Where do you put non-visible content about the HTML document?
Into the head element;
Also in a comment
Where do you put visible content about the HTML document?
Into the body element
Where do the head and body tags go in a valid HTML document?
Head element comes before the body element
What is the purpose of a doctype declaration?
To let the browser know which version it is going to translate