HTML shape 属性
定义和用法
shape 属性指定区域的形状。
shape 属性与 coords 属性一起用于指定区域的大小、形状和位置。
适用于
shape 属性可用于以下元素:
元素 | 属性 |
---|---|
<area> | shape |
实例
图像映射,带有可点击区域:
<img src ="planets.gif"
width="145" height="126"
alt="行星"
usemap="#planetmap">
<map
name="planetmap">
<area shape="rect" coords="0,0,82,126" href="sun.htm" alt="太阳">
<area shape="circle" coords="90,58,3" href="mercur.htm" alt="水星">
<area shape="circle" coords="124,58,8" href="venus.htm" alt="金星">
</map>
亲自试一试 »
浏览器支持
属性 | |||||
---|---|---|---|---|---|
shape | Yes | Yes | Yes | Yes | Yes |