<!DOCTYPE html>
<html>
<body>
<h1>img ismap 属性</h1>
<a href="/demo/action_page.php">
<img src="/i/logo/w3.png" alt="W3School.com.cn" width="180" height="180" ismap>
</a>
<p>请单击图像,单击的坐标将作为 URL 查询字符串发送到服务器。</p>
</body>
</html>