css 規則的優先順序是web前端開發人員必須理解的一個概念,我們常用的添加樣式的方法有4種。
1、inline style
2、embeded style
3、external style
4、user style
inline style是醜陋的,它們穿梭在html文件中,與html元素扭成一團,對web前端開發人員造成了許多麻煩。它們往往以這樣的面目出現:
<p style="color:red;">this is a paragraph.</p>
embeded style比inline style紳士一些,它們也寄宿在html文檔中,但是它們不屑於與html元素扭成一團。它們往往在