Identifying the document as an HTML document

<HTML> and </HTML>

To identify a document as an HTML document, you must start the document with the <HTML> tag and end the document with a closing tag </HTML>. You include the rest of the document within the boundaries of these two tags.