Matches an E element, root of the document - in HTML this is always the HTML
-element. (Source: W3C)
<p>Lorem ipsum dolor sit amet, consectetur</p>
<div>Lorem ipsum dolor sit amet, consectetur</div>
html:root{border:5px solid black}
The HTML-element should have a 5px black border.