Which is the root element in a HTML document?
Which is the root element in a HTML document? Correct Answer HTML
The “html” tag is the root element of any HTML document regardless of it containing a JavaScript code or not. Body tag includes the main content that is shown on the website.