Summary Five

About Images

Images are used in many different ways on a website. Often times its to help convey messages and enchance the visual aspect of it. Images can help keep the audience more intrigued too. There are a couple sites to use for images, but it is better to use royalty free images so you dont have to pay a fee, you can also take the photos yourself. Another good rule to follow is alwasy keep a separate folder just for the photos so it is easier to manage when adding them onto your site.

About Links

Links are an important assest for websites so the user is able to move form website to another. When links are being used you have to have the beginnning tag <a> and closing tag </a> Inside the link you will add href= an example of this is: SVSU HOME Here you will be able to click on the link and it will send you to the svsu home page.

About Boxes

When using boxes you will create it in the CSS. You can make the appreance of a box different by adding the codes such as border, margin, width, colors, etc. There are many different ways to create the title of your box as well, it can be called, aside or article too. To give you an idea this is the box or "article," you see now this is written in CSS as:

article3 { float: left; width: 29.333%; margin-top: 2%; margin-right: 2%; padding-left: 1%; padding-right: 1%; border-radius: 30px 30px 30px 30px; background-color: #967CDD; }