Home » CSS » Css miscellaneous » Question
  1. Which of the following selects all elements that are siblings of the specified element?
    1. general sibling selector
    2. child selector
    3. descendant selector
    4. adjacent sibling selector
    5. 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.



Your comments will be displayed only after manual approval.