最新的Web开发教程
 

HTML shape Attribute


定义和用法

shape属性指定的区域的形状。

shape与属性一起使用coords属性来指定的大小,形状,和一个区域的位置。


适用于

shape属性可在下面的元素上使用:

元件 属性
<area> shape

图像映射,可点击方面:

<img src ="planets.gif" width="145" height="126" alt="Planets"
usemap="#planetmap">

<map name="planetmap">
  <area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun">
  <area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury">
  <area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus">
</map>
试一试»

浏览器支持

属性
shape