码迷,mamicode.com
首页 > Web开发 > 详细

图片热点和图表镶嵌网页

时间:2016-02-18 17:59:14      阅读:155      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!