CBSE Class 10 Computer Applications Question 9 of 12

Solved Sample Paper 5 — Question 3

Back to all questions
3
Question

Question 22(i)

What are the role of <HTML> ..... </HTML> tags in HTML?

Answer

<HTML> tag identifies the document as an HTML document. An HTML document begins with <HTML> and ends with </HTML>. It does not have any effect on the appearance of the document. It makes the browsers and other programs know that this is an HTML document.