首页 > Web开发 > 详细

图片热点和图表镶嵌网页

时间:2016-02-18 17:58:08      阅读:240      评论:0      收藏:0      [点我收藏+]
<!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="201291814314483498.jpg" name="name1" usemap="anbei" title="花花"/>
<map name="anbei">
<area shape="rect" coords="201,80,309,241" href="http://www.qq.com"/>
<area shape="rect" coords="356,79,430,267" href="http://www.sina.com"/>
<area shape="rect" coords="92,78,162,238" href="http://www.baidu.com"/>
</map>
<div>这里显示新内容div标签内容
<table width="200" border="1">
<tr>
<td>
<iframe src="http://www.baidu.com" width="260" height="200" frameborder="1"></iframe>
</td>
</tr>
</table>
</div>
</body>
</html>

技术分享技术分享

图片热点和图表镶嵌网页

原文:http://www.cnblogs.com/Yue0327/p/5198723.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!