Defines the document body. All the content should be placed within this tag. The body tag should only be used once. The opening tag must be directly after the closing head tag and the closing tag right before the closing html tag. Block-level element
<body attributes> ... </body>
<body>
<p>Hello world!</p>
</body>