T

Tina Singh • 10.85K Points
Tutor II

Q. The HTML document contains a root tag called ____

  • (A) Head
  • (B) Title
  • (C) Body
  • (D) HTML
  • Correct Answer - Option(D)
  • Views: 108
  • Filed under category 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>

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics