HTML图片热点,网页拼接

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 2 <html xmlns="http://www.w3.org/1999/xhtml">
 3 <head>
 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 5 <title>图片热点</title>
 6 </head>
 7 
 8 <body>
 9 <img src="1366555092118.jpg" width="554" height="453"  usemap="map"/>
10 <map name="map">
11   <area shape="circle" coords="331,249,89" href="http://www.baidu.com" />
12 
13 <area shape="rect" coords="62,57,207,159" href="http://www.360.com" />
14 </map><br />
15 <iframe width="400px" height="300px" frameborder="1" src="Untitled-2.html"
16 </body>
17 </html>
View Code

posted on 2016-03-20 16:33  beens  阅读(161)  评论(0编辑  收藏  举报

导航