Q. The HTML document contains a root tag called ____

  • (A) Head
  • (B) Title
  • (C) Body
  • (D) HTML
πŸ’¬ Discuss
βœ… Correct Answer: (D) HTML
Explanation: Here is an example of a simple HTML document:

<HTML>
<HEAD>
<TITLE>My first HTML document</TITLE>
</HEAD>
<BODY>
<P>This is example</P>
</BODY>
</HTML>
Explanation by: Tina Singh
Here is an example of a simple HTML document:

<HTML>
<HEAD>
<TITLE>My first HTML document</TITLE>
</HEAD>
<BODY>
<P>This is example</P>
</BODY>
</HTML>

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
252
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
89%
Success Rate