<html>
<body>
<h1>map 和 area 元素</h1>
<p>请单击手机、耳机或咖啡,即可转到新的主题页面:</p>
<img src="/i/photo/life.png" alt="Life" usemap="#lifemap" width="650" height="451">
<map name="lifemap">
<area shape="rect" coords="10,208,155,338" alt="AirPods" href="/demo/map/airpods.html">
<area shape="rect" coords="214,65,364,365" alt="iPhone" href="/demo/map/iphone.html">
<area shape="circle" coords="570,291,75" alt="Coffee" href="/demo/map/coffee.html">
</map>
</body>
</html>