HTML <body> Tag
The HTML body element specifies the primary material of the HTML document or the area of the HTML document that will be shown immediately on your web page.
The <body> element includes all of the content of an HTML page, including headers, paragraphs, graphics, hyperlinks, tables, lists, and so on.
In an HTML document, there can only be one <body> element.
Syntax
Supported Browsers
| Element | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| <body> | Yes | Yes | Yes | Yes | Yes |