Picture Link
Make a Picture a Link
DescriptionThis tag allows you to make pictures into links. The tag looks like <A HREF="url">. The starting tag is <A HREF="url"> and the closing tag is </A>. Between these two tags is where you put the picture tag. The text "url" needs to be replaced with the address you are linking to. Here is an example using the picture link tag.
Code
<A HREF="http://www.activejump.com">

<IMG SRC="http://www.activejump.com/images/sample.jpg">

</A>
Output
Practice
Advertisements