Vidyalelo
CSS · Q58

CSS Layout and Images

Programming · CSS · question 58

Q58

Which of the following will select every element that is the only child of its parent?

A.
:only-child
Answer
B.
:only-of-type
C.
:optional
D.
:out-of-range

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board