Home » CSS » CSS Introduction » Question
  1. Which of the following selector is used to selects siblings?
    1. :checked
    2. ::after
    3. E[attr^=value].
    4. E ~ F
    5. None of these
Correct Option: D

p ~ strong {font-style: italic;}



Your comments will be displayed only after manual approval.