Home » CSS » Css miscellaneous » Question
  1. Which selects document’s root element?
    1. :out-of-range
    2. :required
    3. :root
    4. ::selection
    5. None of these
Correct Option: C

:root selects the document’s root element, ::selection selects the portion of an element that is selected by a user, :required selects input elements with “required” attribute specified, :out-of-range selects input elements with a value outside a specified range.



Your comments will be displayed only after manual approval.