Result Size: 625 x 534
x
 
<!DOCTYPE html>
<html>
<body>
<h1>map 和 area 元素</h1>
<p>单击计算机、电话或咖啡以转到新页面并阅读有关该主题的更多信息:</p>
<img src="workplace.jpg" alt="工作场所" usemap="#workmap" width="400" height="379">
<map name="workmap">
  <area shape="rect" coords="34,44,270,350" alt="计算机" href="computer.htm">
  <area shape="rect" coords="290,172,333,250" alt="电话" href="phone.htm">
  <area shape="circle" coords="337,300,44" alt="一杯咖啡" href="coffee.htm">
</map>
</body>
</html>