1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>temp1</title> 5 </head> 6 <body> 7 <abbr title="123">abc</abbr> 8 <br/> 9 <cite>VMovies</cite> 10 <br/> 11 <code>var s = "123"</code> 12 <br/> 13 <a href="https://www.hao123.com/" target="_blank"><em>123</em></a> 14 <br/> 15 <img src="C:/Users/hp/Desktop/pic.jpg" usemap="#pic" /> 16 <map name="pic" id="pic"> 17 <area shape="rect" coords="0,0,100,100" href="https://www.jd.com/" /> 18 <area shape="circle" coords="300,300,100" href="https://www.weibo.com/" /> 19 </map> 20 </body> 21 </html>
引用:http://blog.sina.com.cn/s/blog_55e42da60100hfyu.html