InterviewSolution
Saved Bookmarks
| 1. |
Find the specificity of this “ul ol li.red”.(a) specificity = 0,0,1,3(b) specificity = 0,0,0,4(c) specificity = 0,1,2,1(d) specificity = 1,1,1,1The question was posed to me in an interview.Asked question is from Specificity and Importance topic in portion CSS Selectors & Files of CSS |
|
Answer» CORRECT OPTION is (a) SPECIFICITY = 0,0,1,3 Explanation: Self-explainatory. |
|