HTML常用代碼大全圖片
<img src="圖片地址"><img src="圖片地址" alt="圖片描述"><a href="鏈接地址">鏈接文字</a><a href="鏈接地址" target="_blank">鏈接文字</a><ul> <li>列表項1</li> <li>列表項2</li> </ul><ol> <li>列表項1</li> <li>列表項2</li> </ol><table> <tr> <th>表頭1</th> <th>表頭2</th> </tr> <tr> <td>內(nèi)容1</td> <td>內(nèi)容2</td> </tr> </table><p>段落內(nèi)容</p><h1>標(biāo)題內(nèi)容</h1><h2>標(biāo)題內(nèi)容</h2><br><hr><b>加粗文本</b><i>斜體文本</i><u>下劃線文本</u><em>強調(diào)文本</em><strong>重點文本</strong><sup>上標(biāo)文本</sup><sub>下標(biāo)文本</sub><blockquote>引用文本</blockquote><code>代碼段</code><pre>預(yù)格式化文本</pre>