举报投诉联系我们 手机版 热门标签 编程学
您的位置:编程学 > html中shape的属性 HTML area shape 属性

html中shape的属性 HTML area shape 属性

2023-05-22 02:18 HTML参考手册

html中shape的属性 HTML area shape 属性

html中shape的属性 HTML area shape 属性

html中shape的属性

HTML <area> shape 属性

HTML area 标签参考手册 HTML <area> 标签

实例

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

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

<mapname="planetmap">
<area shape="rect" coords="0,0,82,126" alt="Sun" href="sun.gif">
<area shape="circle" coords="90,58,3" alt="Mercury" href="merglobe.gif">
<area shape="circle" coords="124,58,8" alt="Venus" href="venglobe.gif">
</map>


浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主流浏览器都支持 shape 属性


定义和用法

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

shape 属性与 coords 属性配合,可以规定区域的尺寸、形状和位置。


HTML 4.01 与 HTML5之间的差异

NONE.


语法

<area shape="default|rect|circle|poly">

属性值

描述
default规定全部区域。
rect定义矩形区域。
circ定义圆形。
poly定义多边形区域。


HTML area 标签参考手册 HTML <area> 标签

阅读全文
以上是编程学为你收集整理的html中shape的属性 HTML area shape 属性全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 编程学 bianchengxue.com 版权所有 联系我们
桂ICP备19012293号-7 返回底部