<title>Document</title>
链接
链接
段落
标题1
标题2
标题3
标题4
标题5
标题6
链接
链接
加粗
斜体
下划线
删除线
<ul>
<li>无序表</li>
</ul>
<ol>
<li>s</li>
<li>a</li>
<li>d</li>
</ol>
<table border="1">
<tr>
<th>列标题1</th>
<th>列标题2</th>
<th>列标题3</th>
</tr>
<tr>
<th>元素1</th>
<th>元素2</th>
<th>元素3</th>
</tr>
</table>
<form action="#">
<input type="text" placeholder="请输入文本">
<input type="submit" value="submit">
</form>
