InterviewSolution
Saved Bookmarks
| 1. |
Find the specificity of this “*”.(a) specificity = 0,0,0,0(b) specificity = 0,0,0,1(c) specificity = 0,0,1,0(d) specificity = 1,0,0,0I have been asked this question in an international level competition.Question is from Specificity and Importance topic in portion CSS Selectors & Files of CSS |
|
Answer» The CORRECT CHOICE is (a) SPECIFICITY = 0,0,0,0 |
|