1
<img src="/examples/planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">
2
<map name="planetmap">
3
<area shape="rect" coords="0,0,82,126" href="/examples/sun.htm" alt="Sun"
4
target="_blank">
5
<area shape="circle" coords="90,58,3" href="/examples/mercur.htm" alt="Mercury">
6
<area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus">
7
</map>