HTML <area>基本使用示意实例页面
回到相关文章 »效果:
小tips: Tab键索引可以看到area区域
代码:
HTML代码:
<img src="mm1.jpg" alt="美女" usemap="#MM" width="256" height="191"> <map id="MM" name="MM"> <area shape="rect" coords="20,20,80,80" href="#rect" alt="矩形"> <area shape="circle" coords="200,50,50" href="#circle" alt="圆形"> <area shape="poly" coords="150,100,200,120,180,130,190,180,150,150,100,160,140,120,100,110" href="#poly" alt="多边形"> </map>