带有可点击区域的图像映射:
</>code
- <img src="planets.jpg" border="0" usemap="#planetmap" alt="Planets" />
- <map name="planetmap" id="planetmap">
- <area shape="circle" coords="180,139,14"
href ="venus.html"
alt="Venus" />- <area shape="circle" coords="129,161,10"
href ="mercur.html"
alt="Mercury" />- <area shape="rect" coords="0,0,110,260"
href ="sun.html"
alt="Sun" />- </map>
href 属性规定区域中连接的目标。
所有主流浏览器都支持 href 属性。
</>code
- <area href="value">
值 | 描述 |
---|---|
URL |
链接的 URL。可能的值:
|
如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛
Powered by 365建站网 RSS地图 HTML地图
copyright © 2013-2024 版权所有 鄂ICP备17013400号