您的位置:首页 > Web前端 > HTML

HTML图片热点,网页拼接

2016-03-20 16:33 169 查看
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>图片热点</title>
</head>

<body>
<img src="1366555092118.jpg" width="554" height="453"  usemap="map"/>
<map name="map">
<area shape="circle" coords="331,249,89" href="http://www.baidu.com" />

<area shape="rect" coords="62,57,207,159" href="http://www.360.com" />
</map><br />
<iframe width="400px" height="300px" frameborder="1" src="Untitled-2.html"
</body>
</html>


View Code

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: