Make an image a link


Lets see if you can make an image on your page, a link.
To make an image a link, do the following:
<A HREF="deepanjanswebpage1.htm">
<IMG SRC="YosemiteReflection[2].gif"></A>
This will give us this:

When you click on the above link you will be taken to my website via the linked image.

To remove the borders from your linked image


You will see that the above example becomes a clickable image with borders.
If you want to remove the borders from your image, do the following:
<A HREF="deepanjanwebpage1.htm">
<IMG SRC="YosemiteReflection[2].gif" border="()">
This will give us this:

Next--->