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?
<HTML><HEAD><BODY><P>
<HTML>
Reason — <HTML> tag identifies the document as an HTML document. An HTML document begins with <HTML> and ends with </HTML>.