InterviewSolution
Saved Bookmarks
| 1. |
Find the specificity of this “li:first-line”.(a) specificity = 0,0,1,1(b) specificity = 0,0,0,2(c) specificity = 0,1,0,1(d) specificity = 1,0,0,1This question was posed to me in an interview.I'm obligated to ask this question of Specificity and Importance topic in portion CSS Selectors & Files of CSS |
|
Answer» CORRECT ANSWER is (B) SPECIFICITY = 0,0,0,2 Best EXPLANATION: Self-explainatory. |
|