<q>用来加引号
<span>用来改变字的颜色
用来加空格
<br />回车 用来换行
<blockquote> 场文本引用
<hr />分割线
<em>斜体
<strong>加粗
<address></address> 为网页加入地址信息
<code></code>插入代码
<pre></pre>插入代码
<ul> <ol>
<li>...</li> <li>...</li>
<li>...</li> <li>...</li>
</ul> ###无序列表 </ol> ###有序列表
<table>
<tr>
<th>...</th>
<th>...</th>
</tr>
<tr>
<td>...</td>
<td>...</td>
</tr>
</table> ###表格
<caption></caption>
<summary></summary>
<a href="目标网址" title="you know nothing" target="_blank">click here!</a>
<img src="图片地址" alt="下载失败时的替换文本" title = "提示文本">
<form> ####表单 <form method="传送方式" action="服务器文件">