html的代码书写顺序是非常重要的!可以看出一个人的水平高低,所以要从一开始就应该训练自己的代码书写规范!
下面列举几个比较常用的书写顺序!
第一优先级定位属性:position display float (left right top bottom ) overflow clear z-index
第二优先级自身属性:width height padding margin background-color border
第三优先级文本样式:font-(size/family/style/weight/) color
第四优先级文本属性:text-aline text-indent text-decoration line-height vertical-aline