1
<img src="/examples/planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">
2
<map name="planetmap">
3
<area shape="rect" coords="0,0,82,126" href="/examples/sun.htm" alt="Sun">
4
<area shape="circle" coords="90,58,3" href="/examples/mercur.htm" alt="Mercury">
5
<area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus">
6
</map>
7
<p><a href="/js/">JavaScript 教程</a></p>
8
<p>链接/地址数目:
9
<script>
10
document.write(document.links.length);
11
</script>
12
</p>