Home » HTML » Html miscellaneous » Question
  1. Adjacent sibling selector is defined with the notation _____________.
    1. +
    2. %
    3. $
    4. #
    5. None of these
Correct Option: A

Adjacent sibling selector is defined with a plus (+) notation. It selects the element that directly follows the previous element that was specified. E.g. if we have <div> element that is followed by <p> element.



Your comments will be displayed only after manual approval.