Which of the following selector is used to selects siblings?
Which of the following selector is used to selects siblings? Correct Answer E ~ F
p ~ strong {font-style: italic;}/* sets the font style to italic on all strong tags that have a p tag as a preceding sibling */