HTML <a> shape 属性
实例
在 <a> 元素中使用 shape 和 coords 创建图像地图:
<object data="planets.gif" alt="Planets" type="image/gif" usemap="#Map1">
<map name="Map1">
<a href="sun.htm" shape="rect" coords="0,0,82,126">太阳</a>
<a href="mercur.htm"shape="circle" coords="90,58,3">水星</a>
<a href="venus.htm" shape="circle" coords="124,58,8">金星</a>
</map>
</object>
运行实例
浏览器支持
目前只有Firefox 和 Opera 支持 shape 属性。