CBSE Class 10 Computer Applications Question 5 of 176

HTML I — Basic HTML Elements — Question 3

Back to all questions
3
Question

Question 3

Which of the following tags identifies the document as an HTML document?

  1. <HTML>
  2. <HEAD>
  3. <BODY>
  4. <P>
Answer

<HTML>

Reason<HTML> tag identifies the document as an HTML document. An HTML document begins with <HTML> and ends with </HTML>.