The HTML Document

An HTML document is defined between the <html> opening tag and the closing </html> tag.

The simplest HTML document would look like this:

<html>
</html>

An HTML document is divided into two sections, the HEAD and the BODY.