图片热点和图表镶嵌网页
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了图片热点和图表镶嵌网页相关的知识,希望对你有一定的参考价值。
<!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>
以上是关于图片热点和图表镶嵌网页的主要内容,如果未能解决你的问题,请参考以下文章