<img src="mapimg.gif" usemap="#Face">
<map name="Face">
<!Text BOTTON>
<area shape="rect"
href="page.html"
coords="140,20,280,60">
<!Triangle BOTTON>
<area shape="poly"
href="image.html"
coords="100,100,180,80,200,140">
<!FACE>
<area shape="circle"
href="new.html"
coords="80,100,60">
</map>
翻译详细点,就可以了
HTML进来翻译下!
答案:1 悬赏:50 手机版
解决时间 2021-07-26 13:56
- 提问者网友:战魂
- 2021-07-25 19:27
最佳答案
- 五星知识达人网友:胯下狙击手
- 2021-07-25 20:34
<img src="mapimg.gif" usemap="#Face">这句是图片mapimg.gif使用名叫Face的热点地图
<map name="Face">这句就是名叫Face的热点地图了,下面的每个<area >就是这个地图中的一个区域
<!Text BOTTON>注释,不用鸟他
<area shape="rect"
href="page.html"
coords="140,20,280,60">这句就是Face中的一个区域了,shape="rect"说明这区域是长方形,poly是多边形,circle是圆形,href="page.html" 这个区域链接到page.html,coords="140,20,280,60" 这个区域的座标
<!Triangle BOTTON>
<area shape="poly"
href="image.html"
coords="100,100,180,80,200,140">
<!FACE>
<area shape="circle"
href="new.html"
coords="80,100,60">
</map>这个是<map name="Face">的结束标签
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯