1.無序列表
2.有序列表
3.嵌套列表
4.自定義列表
5.行內套用 (Inline)
<h2 style=color:blue;font-family:"標楷體">......</h2>
6.嵌入套用 (Embed)
<style type="text/css"> h2 {color:blue} </style>
7.外部連接套用 (External Link)
<link rel=stylesheet type="text/css" href="../main.css">