img_map.html
来自「jsp课件」· HTML 代码 · 共 13 行
HTML
13 行
<html>
<head>
<title>图片作为地图查询使用示例</title>
</head>
<body>
<map name="map1">
<area shape="rect" coords="60,50,145,163" href="ol.html">
<area shape="circle" coords="111,293,33" href="dl.html">
<area shape="poly" coords="200,150,170,210,230,210" href="img.html">
</map>
<img src="image/Apple6.jpg" usemap="#map1">
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?