案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<object data="/img/eg_planets.jpg" alt="Planets" type="image/gif" usemap="#Map1">
5
  <map name="Map1">
6
  <a href="/example/html/sun.html" shape="rect" coords="0,0,110,260">Sun</a>
7
  <a href="/example/html/mercur.html" shape="circle" coords="129,161,10">Mercury</a>
8
  <a href="/example/html/venus.html" shape="circle" coords="180,139,14">Venus</a>
9
  </map>
10
</object>
11
12
</body>
13
</html>
14