HTML documents have a head and body element.
The head contains metadata about the document, such as configuration and links to stylesheets.
The body contains all of the page content (i.e. that which is visible to the user).
The body should go below the head (i.e. after the closing tag of the head element).