점수표

class는 10점

속성선택자 10점

id는 100점

inline은 1000점

imporatnt는?

 

행동

id 1개에 100점, 클래스 101개 1010점 비교

inline기입 1000점 클래스 101개 1010점 비교

important와 inline 비교

important와 id, inline 비교

속성 선택자 10점 클래스 10점 비교

 

See the Pen css specificity by leeyoonseo (@okayoon) on CodePen.

결과

id 1개(100점) > 클래스 101개(1010점)

inline style(1000점) > 클래스 101개(1010점)

important (??) > inline style (1000점)

important (??) > id, inline style

속성선택자 a[href=""] (10점) > 클래스 (10점)

 

최총

important > inline > id > 속성선택자 > class

+ Recent posts