-
Adjacent sibling selector is defined with the notation _____________.
-
- +
- %
- $
- #
- 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.