HTML coords 属性


定义和用法

coords 属性指定图像地图中某个区域的坐标。

coords 属性与 shape 属性一起用于指定区域的大小、形状和位置。

提示:一个区域的左上角坐标是0,0。


适用于

coords 属性可用于以下元素:

元素 属性
<area> coords

实例

Area 实例

图像映射,带有可点击区域:

<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>
亲自试一试 »

浏览器支持

属性
coords Yes Yes Yes Yes Yes