xxxxxxxxxx
<!DOCTYPE html>
<html>
<title>HTML:<area> shape 属性 - 大卫编程网 div.cn</title>
<body>
<p>单击太阳或其他行星以近距离观察它:</p>
<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">
<map name="planetmap">
<area shape="rect" coords="0,0,82,126" href="sun.html" alt="Sun">
<area shape="circle" coords="90,58,3" href="mercur.html" alt="Mercury">
<area shape="circle" coords="124,58,8" href="venus.html" alt="Venus">
</map>
</body>
</html>