This is an example of an Anchor.

<A HREF="htmltags.htm">HTML TAGS</A>

which comes out to look like this:

HTML TAGS

to link to an image your anchor tag should look something like this:

<A HREF="htmltags.htm"><IMG SRC="htmltags.gif"></A> click here to return to the tags page

which will look like this:

click here to return to tags page