1
<img src="/examples/planets.gif" width="145" height="126" usemap="#planetmap">
2
<map name="planetmap">
3
<area id="venus" shape="circle" coords="124,58,8" alt="Venus" href="venus.htm#description">
4
</map>
5
<p>金星href属性的锚:
6
<script>
7
document.write(document.getElementById("venus").hash);
8
</script>
9
</p>