编写格式:
<img src="图片" border="0" usemap="#planetmap" alt="Planets" style="width: 100px;height: 100px;" />
<map name="planetmap" id="planetmap">
<area
shape="circle"
coords="0,0,110,260"
href="跳转链接"
alt="Mercury"
/>
</map>