<body>
<!--标题标签-->
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6> <div></div>
<div> <input value="张三">
<input type="color">
<input type="date">
<input type="radio">
<input type="checkbox">
<div>
<div>
<div>
<div>
<div>
fefqerfr2fg342f42f245ff24
</div>
</div>
</div>
</div>
</div>
</div>
<div></div>
<div></div>
<!--按钮标签-->
<button>百度一下,你就不知道</button>
<!--输入框标签-->
<input placeholder="请输入姓名">
<input value="张三">
<input type="color">
<input type="date">
<input type="radio">
<input type="checkbox">
<input type="file">
<!--段落标签-->
<p>dewudgewuydgeuwygdeuwygdeuwygdeuwygduyewg</p>
<p>dewudgewuydgeuwygdeuwygdeuwygdeuwygduyewg</p>
<p>dewudgewuydgeuwygdeuwygdeuwygdeuwygduyewg</p>
<!--超链接标签-->
<a href="http://baidu.com" target="_blank">百度一下</a>
<a href="http://www.520it.com" target="_blank">小码哥</a>
<!--图像标签
相对路径:资源都在当前项目中
绝对路径:http:// https:// ftp:// file://
-->
<img src="https://www.baidu.com/img/bd_logo1.png" alt="ceverv">
<img src="img/7.jpg" width="10%" height="15%">
<!--列表标签-->
<ul>
<li></li>
<li></li>
<li></li>
</ul>
<!--容器标签-->
<div></div> </body>