Question
Easy

The root tag in HTML document is called:

1
HTML
2
BODY
3
TITLE
4
HEAD
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Basics
Correct Answer
Option A
Explanation

The correct option is (1): The tag is the definitive root element of every single HTML document. This tag is the uppermost container, and all other essential elements—including the and tags—must be nested within it. By serving as the document's root, it provides the fundamental structure and explicitly signals to the web browser that the content enclosed between the opening and closing tags is an…Read More