SyntaxStudy
Sign Up
Home HTML Exercises HTML Basic Structure

HTML Basic Structure

Beginner

Fill in the missing tags to complete a valid HTML document structure.

Every HTML document starts with a declaration.

The root element of an HTML page is <>.

Metadata like the page title goes inside the <> element.

All visible content goes inside <>.