KnowledgeBoat Logo
|

Computer Applications

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

HTML Intro

3 Likes

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.

Answered By

1 Like


Related Questions