Using Thumbnails

Lesson 2

I will start by adding the code for the small image

<p align=center><img src=small.jpg>

Now I will have to add my <a> and </a> tags because this image will be a clickable link

<p align=center><a><img src=small.jpg></a>

Now I need to add my hyperlink reference statement and direct it to the larger image

<p align=center><a href=big.jpg><img src=small.jpg></a>

If your small image now has a border around it and your mouse turns into a hand with a pointing finger, it is a clickable link.

Go to the next lesson.