1- Adding Images Using The HTML Img Element

Images are usually added to a site using the <img> element. It must also carry the src attribute indicating the source of the image and an alt attribute whose value is an alternate description for the image in case it does not load or the user has a visual impairment.

2- Adding Color To Your Site

When building almost any Web site, you will want to add color to your pages, and there are a lot of ways in which you can add color. As you will see, you can add color to your site through the use of images, but you are also likely to want to [...]

3- adding Image Backgrounds

rather than simply a solid-colored background. When you use an image for a background, that image is tiled; that is, it’s repeated in rows to fill the browser window.