xxxxxxxxxx
<!DOCTYPE html>
<html>
<title>HTML:<area> type 属性 - 大卫编程网 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" alt="Sun" href="sun.gif" type="image/gif">
</map>
</body>
</html>