HTML Basic Structure
BeginnerFill 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 <>.