3
The image is stored in the SRC attribute of the tag. For example <IMG SRC="logo.jpg"> will display logo.jpg from the current directory. To change the dimensions of an image the WIDTH and HEIGHT components are used. If a user's browser can't display or retrieve the picture the ALT component of the tag is text to display. The NAME part names the image for the source. The name component is very important when using rollovers.
Example: