图像映射在 google chrome 中不起作用

1 dictionary image imagemap

谁能告诉我这个html编码的错误在哪里?

https://newmedia.leeds.ac.uk/ug10/cs10jy/portfolio/studenthands/imagemap.html

我已经写了这段代码,但在网上查看并遵循教程后,我似乎看不出哪里出错了......

<img src ="images/socialnetwork.png"
width="220" border="0"
usemap ="#socialmap" />

<map id ="socialmap"
name="socialmap">
<area shape ="poly" coords ="77,83,163,127"
 href ="https://www.facebook.com/StudentHands" target="_blank" />
<area shape ="poly" coords ="1,105,75,153"
href ="https://twitter.com/StudentHands" target="_blank" />
</map>
Run Code Online (Sandbox Code Playgroud)

任何帮助将非常感激!

小智 5

把map标签的id属性改成name属性就可以了