Vidyalelo
JavaScript · Q44

Server

Programming · JavaScript · question 44

Q44

Which is the root element in a HTML document?

A.
HTML
Answer
B.
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.