The `<html>` tag is the root element of an HTML document and encapsulates all other elements. It establishes the beginning and end of the document and is the parent element of both the `<head>` and `<body>` sections. The opening `<html>` tag appears immediately after the declaration, and the closing tag marks the end of the document.