<html>

BrandonDusch580 total contributions
Published Jun 11, 2021Updated Jul 1, 2022
Contribute to Docs
The <html>
element represents the entire HTML document.
Syntax
<html><!-- Entire document goes here --></html>
It is the outermost element, and may only have <head>
and <body>
as its children.
Example
<html><head><!-- Document metadata goes here --></head><body><!-- User facing content goes here --></body></html>
All contributors
- BrandonDusch580 total contributions
- christian.dinh2481 total contributions
- Anonymous contributorAnonymous contributor3077 total contributions
- short_matthew_f33 total contributions
- BrandonDusch
- christian.dinh
- Anonymous contributor
- short_matthew_f
Looking to contribute?
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.