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