Where do you put non-visible content about the HTML document?
Inside the <head> Element.
Where do you put visible content about the HTML document?
Inside the <body> Element
Where do the <head> and <body> tags go in the valid HTML document?
Inside the <Html> </html> elements.
What is the purpose of a <!DOCTYPE> declaration
to let the browser know which version of HTML you are using.