InterviewSolution
Saved Bookmarks
| 1. |
Find the specificity of this “ul ol+li”.(a) specificity = 0,0,2,1(b) specificity = 0,2,1,1(c) specificity = 0,1,1,1(d) specificity = 0,0,0,3This question was posed to me in exam.My question is based upon Specificity and Importance topic in chapter CSS Selectors & Files of CSS |
|
Answer» RIGHT OPTION is (d) SPECIFICITY = 0,0,0,3 To ELABORATE: Self-explainatory. |
|