div 無語義
p 段落
h1 - h6 標題
ul li 無序列表
ol li 有序列表
dl dt dd 定義列表
span 無語義
i,em 斜體強調
b,strong 加粗強調
a 鏈接
表格類
table 表格
thead 標題行
tbody 表格內容
tr 行
th,td 單個表格塊
表單類
input[type=text] 輸入框
input[type=password] 密碼框
input[type=radio] 單選框
input[type=checkbox] 多選框
select option 下拉框
textarea 文本域
label 無語義