Computer Applications

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

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

HTML Intro

3 Likes

Answer

<HTML>

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

Answered By

1 Like


Related Questions