Which is the root element in a HTML document?
A
HTML
B
HEAD
C
SCRIPT
D
BODY
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.