test html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--<meta http-equiv="content-Type"content="text/html;charset=UTF8">-->
<!--全称,可以简写-->
<meta http-equiv="Refresh" content="200;URL=https://www.baidu.com">
<!--刷新,200秒跳转url-->
<title>Title</title>
<!--标签名-->
<link rel="icon" href="http://www.jd.com/favicon.ico">
<!--标签小图片-->
</head>
<body>
<a href="#second">first</a>
<h1 id="curry">hello</h1>
<h5 >hello</h5>
<p>jimmy</p>
<b>tom</b><strong>tom</strong>
<strike>$100</strike>
<br>
<em>tony</em>
3<sup>2</sup>
CO<sub>2</sub>
<hr>
<div></div>
<span></span>
&lt; &gt;&quot;&copy;&reg;
<img src="0.jpg" height="200px" width="400px" title="five" alt="nonono">
<a href="https://www.baidu.com/" target="_blank">百度</a>
<a name="second">second</a>
</body>
</html>







原文地址:https://www.cnblogs.com/currynashinians000/p/8747792.html