Intro to HTML - 0090

Menu Back Next
HTML Tags! - Graphic Images - Making them link to other pages!

<A HREF="url address"> <IMG SRC="name.ext">...text string...</A>
How to make an image link to another web page!

Go to HTML0000.htm

The Actual Code needed for this:
<A HREF="html0000.htm"><IMG SRC="jen01.gif">Go to HTML0000.htm</A>

Notice the frame around the picture to indicate a Hot Link.
Also, notice how your mouse turns into a "hand" to indicate a Hot Link.