代码编辑器:
x
1
<img src="/static/i/html/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="/static/media/html/venus.html">
4
</map>
5
<p>金星区域的 protocol:
6
<script>
7
document.write(document.getElementById('venus').protocol);
8
</script>
9
</p>
10