HTML map映射

1 <map name="map1">
2     <area shape="rectangle" coords="0,0,100,100" href="http://www.baidu.com"/>
3     <area shape="circle" coords="150,50,50" href="http://www.bing.com"/>
4     <area shape="poly" coords="0,200,100,200,50,300" href="http://www.sina.com.cn"/>
5 </map>
6     
7 <img src="../images/Jellyfish.jpg" usemap="#map1" width=400 height=400/>

 

posted @ 2015-11-14 22:21  咱们屯里的人  阅读(120)  评论(0)    收藏  举报