Structure

body

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

Syntax

<body attributes> ... </body>

Example

<body>
   <p>Hello world!</p>
</body>

Related tags

CSS Properties

HTML attributes

Search the Soup!