您的位置:首页 > Web前端 > HTML

HTML map映射

2015-11-14 22:21 597 查看
<map name="map1">
<area shape="rectangle" coords="0,0,100,100" href="http://www.baidu.com"/>
<area shape="circle" coords="150,50,50" href="http://www.bing.com"/>
<area shape="poly" coords="0,200,100,200,50,300" href="http://www.sina.com.cn"/>
</map>

<img src="../images/Jellyfish.jpg" usemap="#map1" width=400 height=400/>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: