Home » CSS » Css miscellaneous » Question
  1. Which of the following is not a combinatory?
    1. ~
    2. +
    3. *
    4. >
    5. None of these
Correct Option: C

Combinator explains the relationship between the selectors. There are four combinators in CSS, child selector (>), adjacent sibling selector(+), general sibling selector(~), descendent selector (space).



Your comments will be displayed only after manual approval.