标签:
<!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