InterviewSolution
Saved Bookmarks
| 1. |
Find the specificity of this “#x34y”.(a) specificity = 0,0,0,1(b) specificity = 0,0,1,0(c) specificity = 0,1,0,0(d) specificity = 1,0,0,0This question was addressed to me in examination.My doubt is from Specificity and Importance in portion CSS Selectors & Files of CSS |
|
Answer» CORRECT CHOICE is (C) SPECIFICITY = 0,1,0,0 Explanation: Self-explainatory. |
|