HTML Basics

Previous Next

Basic Tags

Making a graphic image a link

Simply include an <IMG> tag with the <A>...</A> tags:

  <A HREF="htm170.htm"><IMG SRC="as4001.gif">Next Page</A>
Both the image and the text "Next Page" become links... ..as in this example :

Next Page

Previous Next

Agenda

HTM160