Chapter 7: Review


In this chapter we learned about images and clickable images.

The syntax for an image is:

<IMG SRC="URL" ALIGN="alignment" ALT="alternate text information">

The syntax for a clickable image is:

<A HREF="URL of link"> <IMG ALT="alternate text" SRC="URL of image"></A>

Remember to use the ALT option, so there can be a description of the image when the image cannot be loaded.

This concludes the chapter on images.

I am ready to go to the next chapter.


[INDEX] [PREVIOUS] [NEXT PAGE] [CHAPTER 7]

Valid HTML 3.2!