一、可繼承屬性
1》所有標簽可繼承:
visibility:行高
cursor:
2》內聯標簽可繼承:
line-height:行高
color:文字顏色
font-family:文字字體
font-size:文字大小
font-weight:文字加粗
text-decoration:文字下劃線
3》塊級標簽可繼承:
text-indent:縮進
text-aligin:對齊
4》列表標簽可繼承:
list-style:列表
二、不可繼承屬性
display、margin、border、padding、background
height、min-height、max-height、width、min-width、max-width
overflow(隱藏標簽多余部分的內容)、position、left、right、top、bottom、z-index
?