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