html中常用的標籤都有哪些,指出他們的語義化內容

weixin_34249678發表於2017-10-27

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 無語義

相關文章