ADDING IMAGES TO WEBPAGES

This lesson will introduce you to the TAGS for placing images in your webpage.

The two most common image file formats for the Web are:

.gif

.jpg

An image is inserted with the aid of the image tag.

For example:

<IMG SRC="imagename.gif">

<IMG SRC="imagename.jpg">


This TAG displays the image. This TAG identifes the Image Source.


are you taking notes?


If a picture is worth a thousand words, what does this image say to you?