Where do you put non-visible content about the HTML document?
head element
Where do you put visible content about the HTML document?
body element
Where do the <head> and <body> tags go in a valid HTML document?
head at the top body follow after
What is the purpose of a <!DOCTYPE> declaration?