Menu
The body tag is wrapped around the whole of the content of an HTML document. There can only be one body tag in a document.
Example:
<html lang="eng">
<head>
<title>Title of the document</title>
</head>
<body>
<header>
</header>
<p>This is some content in the document.</p>
<footer>
</footer>
</body>
</html>User-submitted codepen.io examples of <body> ↴
Submit a codepen.io link that demonstrates <body>: