

MCQOPTIONS
Saved Bookmarks
This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Css knowledge and support exam preparation. Choose a topic below to get started.
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,0 |
Answer» D. specificity = 2,0,0,0 | |
2. |
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 |
Answer» B. specificity = 0,0,1,1 | |
3. |
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 |
Answer» C. specificity = 0,1,0,1 | |
4. |
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 |
Answer» E. | |
5. |
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 |
Answer» B. specificity = 0,0,0,1 | |
6. |
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 |
Answer» E. | |
7. |
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 |
Answer» C. specificity = 1,1,1,1 | |
8. |
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 |
Answer» E. | |
9. |
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 |
Answer» D. specificity = 1,0,0,0 | |