<q>用來加引號
<span>用來改變字的顏色
? 用來加空格
<br />回車 用來換行
<blockquote> 場文本引用
<hr />分割線
<em>斜體
<strong>加粗
<address></address> 為網(wǎng)頁加入地址信息
<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="目標網(wǎng)址" title="you know nothing" target="_blank">click here!</a>
52da52200001e00e07930061.jpg
<img src="圖片地址" alt="下載失敗時的替換文本" title = "提示文本">
<form> ####表單 <form method="傳送方式" action="服務(wù)器文件">