HTML <body> Tag


The <body> tag describes the main content of the document.

The part holds everything in an HTML document, like headings, paragraphs, images, links, tables, lists, and more.

Note: There can only be one <body> element in an HTML document.