1,<html>
<head>
</head>
<body>
</body>
</html>
2,<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
3,<p> <br> 段落标签
4,<ul>
<li></li>
</ul>
5,<ol>
<li></li>
<ol>
6,表单元素
<form>
<label>标题</label>
<input type="text" name="" id="" value="">
</form>
7,表格元素
<table>
<tr>
<td>
</td>
</tr>
</table>
文章来自 www.96net.com.cn
原文:https://blog.51cto.com/13959155/2453574