back

Html

Tag: <html>

The html tag is the container for the webpage, it contains everything but the DOCTYPE tag.
The purpose of the tag is to tell the browser that the document is a HTML page.

The html needs to be closed with the closing tag </html>

Example