Everything you need to know the <html> element
The <html> element represents the root element of an HTML document, which is sometimes also referred to as the top-level element. The reason for this is because all other HTML elements must be a descendant of the <html> element.
Let's take a look at...
conermurphy.hashnode.dev2 min read