InterviewSolution
Saved Bookmarks
| 1. |
Find the specificity of this “li.red.leve”.(a) specificity = 2,0,0,1(b) specificity = 0,0,1,1(c) specificity = 0,2,0,1(d) specificity = 0,0,2,1I got this question in an interview.This key question is from Specificity and Importance in section CSS Selectors & Files of CSS |
|
Answer» The CORRECT OPTION is (d) SPECIFICITY = 0,0,2,1 |
|