Where do you put non-visible content about the HTML document?
In the Head (MetaData).
Where do you put visible content about the HTML document?
In the Body.
Where do the < head > and < body > tags go in a valid HTML document?
Inside HTML Element.
What is the purpose of a < !DOCTYPE > declaration?
To let the browser know which version of HTML is being used.