塊元素
段落 div p
列表 ul ol li dl dd dt
表單 form fieldset legend optgroup option output
標題 h1-h6
骨架 html body
h5容器 header footer nav aside section article
h5多媒體 figure figcaption
h5功能性 summary details
其他 hr pre bolckquote address
內聯元素
表單
input(inline-block)
button(內聯替換元素)
select(內聯替換元素)
textarea(內聯替換元素)
img(內聯替換元素)
其他 a span br
行內替換元素, height/width/padding/margin均可用,類似於inline-block元素
行內非替換元素,margin top/bottom無效,padding和margin left/right有效