MDN Web Docs

<body>: The Document Body element

The HTML <body> Element represents the content of an HTML document. There can be only one <body> element in a document.

Attributes

This element only supports the global attributes.

Examples

HTML

<html>
  <head>
    <title>Document title</title>
  </head>
  <body>
    <p>This is a paragraph</p>
  </body>
</html>
DesktopMobile
ChromeEdgeChromeEdge
video3Yes?No

See also