InterviewSolution
Saved Bookmarks
| 1. |
What does the :root pseudo-class refer to? |
|
Answer» The :ROOT SELECTOR allows you to TARGET the highest-level “parent” element in the DOM, or document tree. It is defined in the CSS Selectors Level 3 specification. |
|