案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<a href="/example/html/demo_ismap.aspx">
6
<img src="/img/eg_tulip.jpg" ismap />
7
</a>
8
9
<p>点击这幅图像,点击坐标会以 URL 查询字符串发送到服务器。</p>
10
11
</body>
12
</html>