Q44
Which is the root element in a HTML document?
A.
HTML
AnswerB.
HEAD
C.
SCRIPT
D.
BODY
Answer: Option A
Solution
Answer: Option A
Solution:
The “html” tag is the root element of any HTML document regardless of it containing a JavaScript code or not.