Where do you put non-visible content about the HTML document?
Inside the opening and closing head tags.
Where do you put visible content about the HTML document?
Inside the opening and closing body tags.
Where do the head and body tags go in a valid HTML document?
Inside the opening and closing html tags.
What is the purpose of a DOCTYPE declaration?
To let the browser know what html version you are working with.