Which of the following selector is used to selects the element that is the root of the document?
Which of the following selector is used to selects the element that is the root of the document? Correct Answer ::selection
:root {background-color: blue;}/* sets the background color to blue for the root element */