Back to Developer Roadmap

HTML Element

src/data/roadmaps/html/content/[email protected]

4.0486 B
Original Source

HTML Element

The <html> element is the root element of an HTML page. It tells the browser that this is an HTML document. All other HTML elements (except for the <!DOCTYPE> declaration) must be descendants of the <html> element.

Visit the following resources to learn more: