Images can be used to define a link.
<a href="page.html">
<img src=logo.jpg"></a>
<a href="page2.html">
Here single link is attached to each image.
Image Maps
The image map allows to define multiple links using a single image.
* Add usemap attribute to the
<img>..</img>
element. The value of the attribute starts with the '#' symbol and followed by map identifier.
* Insert the map, use
<map>..</map>
element. The required attribute for the