InterviewSolution
Saved Bookmarks
| 1. |
Find the specificity of this ” ul li”.(a) specificity = 0,0,0,0(b) specificity = 0,0,1,2(c) specificity = 0,0,0,2(d) specificity = 2,0,0,0The question was posed to me in exam.I'm obligated to ask this question of Specificity and Importance topic in section CSS Selectors & Files of CSS |
|
Answer» RIGHT OPTION is (C) SPECIFICITY = 0,0,0,2 For EXPLANATION: Self-explainatory. |
|