Test Series - css

Test Number 26/59

Q: 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,0
Solution: Self-explainatory.
Q: Find the specificity of this “li”.
A. specificity = 0,0,0,1
B. specificity = 0,0,1,1
C. specificity = 0,1,1,1
D. specificity = 1,1,1,1
Solution: Self-explainatory.
Q: 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,0
Solution: Self-explainatory.
Q: Find the specificity of this “li:first-line”.
A. specificity = 0,0,1,1
B. specificity = 0,0,0,2
C. specificity = 0,1,0,1
D. specificity = 1,0,0,1
Solution: Self-explainatory.
Q: 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,3
Solution: Self-explainatory.
Q: Find the specificity of this “ul ol li.red”.
A. specificity = 0,0,3,1
B. specificity = 0,0,1,3
C. specificity = 1,1,1,1
D. specificity = 1,2,2,1
Solution: Self-explainatory.
Q: 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,1
Solution: Self-explainatory.
Q: Find the specificity of this “li.red.leve”.
A. specificity = 2,0,0,1
B. specificity = 0,0,1,1
C. specificity = 0,2,0,1
D. specificity = 0,0,2,1
Solution: Self-explainatory.
Q: 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,0
Solution: Self-explainatory.
Q: Find the specificity of this ” style=”” “.
A. specificity = 0,0,0,1
B. specificity = 0,0,1,0
C. specificity = 0,1,0,0
D. specificity = 1,0,0,0
Solution: Self-explainatory.

You Have Score    /10