<!DOCTYPE html>
<html>
<head>
<!-- Document metadata -->
</head>
<body>
<!-- Document content -->
</body>
</html>
# html
Defines the root element of an HTML document. All other elements must be contained within this root element.
Example: Copy