<html>
<head>
</head>
<body>
<table>
<img src="../images/news/m028.gif" alt="地图" width="153" height="104" border="0" usemap="#Map">
</table>
<map name="Map">
<area shape="rect" coords="47,59,65,80" href="#gjb">
</map>
</body>
本文展示了一个使用HTML与图像结合创建互动地图的实例。通过<img>标签与<map>及<area>元素配合,实现了点击不同区域跳转的功能。此案例有助于理解如何在网页中嵌入交互式地图。
<html>
<head>
</head>
<body>
<table>
<img src="../images/news/m028.gif" alt="地图" width="153" height="104" border="0" usemap="#Map">
</table>
<map name="Map">
<area shape="rect" coords="47,59,65,80" href="#gjb">
</map>
</body>

被折叠的 条评论
为什么被折叠?