Explore topic-wise MCQs in Css.

This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Css knowledge and support exam preparation. Choose a topic below to get started.

1.

What type of selector is used in this case?
p {line-height: 150%;}

A. id Selectors
B. class Selectors
C. element Selectors
D. All of above
E. None of these
Answer» D. All of above
2.

What will be the output of below mentioned code snippet?
p strong {background-color: yellow;}

A. Both p and strong have yellow background
B. Strong have yellow background
C. Strong element within a p element have a yellow background
D. All of above
E. None of these
Answer» D. All of above
3.

Which of the following selector applies styles to elements that are valid per HTML5 validations set either with the pattern or type

A. :optional
B. :invalid
C. :valid
D. :required
E. None of these
Answer» D. :required
4.

Which of the following selector selects an element if it s the only child of its parent?

A. :nth-oftype(n)
B. :only-child
C. :root
D. All of above
E. None of these
Answer» C. :root