-
Which of the following selects all elements that are siblings of the specified element?
-
- general sibling selector
- child selector
- descendant selector
- adjacent sibling selector
- None of these
Correct Option: A
General sibling selector selects all elements that are siblings of a specified element, adjacent sibling selector selects all elements that are adjacent siblings of the specified element, child selector selects all elements that are immediate children of the specified element.