Which selects document’s root element?

Which selects document’s root element? Correct Answer :root

: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.

Related Questions

Which of the following represents the correct matching set.   Type of root   Example a) Taproot root i) Banyan tree b) Adventitious root ii) Carrot c) Prop root iii) Sugarcane d) Stilt root iv) Sweet potato
Which selects document's root element?