案例:javascript案例     状态:可编辑再运行    进入横版
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<h3>演示如何访问 MAP 元素</h3>
6
7
<img src="/img/eg_planets.jpg" border="0" usemap="#myMap" alt="Planets" />
8
9
<map name="myMap" id="myMap">
10
11
<area
12
shape="circle"
13
coords="180,139,14"
14
href ="/example/html/venus.html"
15
target ="_blank"
16
alt="Venus" />
17
18
<area
19
shape="circle"
20
coords="129,161,10"
21
href ="/example/html/mercur.html"
22
target ="_blank"
23
alt="Mercury" />
24

 运行结果 
 北美留学生论坛