How to make the image as Hyperlink

Format:
<a href=”path_of_file” > <img src=”path” width=”number” height=”number”></a>
 
Example:
<a href=”list.html”><img src=”img\logo_in.gif” width=”200″ height=”200″></a>
 
To make an image as hyperlink just enter the <img> tag between the <a> anchor tag.
And it will get Hyperlinked. so now lets do some practical.
 
Just write/copy this example on any text editor new file and save the file and open in the browser and see how it looks.