What is the body element?
The <body> tag defines the main content of an HTML document that is intended to be visible to the user.
It serves as the parent container for almost everything you see on a screen—
Headings
Paragraphs
Images
Hyperlinks
tables,
and lists.
From a structural standpoint, there is only one <body> per HTML document, and it follows immediately after the <head> tag.
1/27