html-图片热点和网页划区

<!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="n0.jpg" usemap="#map" border="0" />
<map name="map" id="map">
  <area shape="rect" coords="177,258,455,419" href="http://www.baidu.com/" />
  <area shape="circle" coords="403,481,41" href="http://360.com/" />
</map>
<br />
<!--网页划区-->
<iframe width="400px" height="300px" frameborder="1" src="../0319/Untitled-1.html"></iframe>
</body>
</html>
View Code

posted @ 2016-03-20 21:54  1011042043  阅读(97)  评论(0编辑  收藏  举报