Contact Number
Email Address

body

body

Definition and Usage

The <body> tag defines the document's body. The <body> element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc. There can be only one <body> element in a document. The HTML <body> tag defines the main content of the HTML document or the section of the HTML document that will be directly visible on your web page. This tag is also commonly referred to as the <body> element. The <body> element contains the entire content of a webpage. It must be the second element inside of the parent <html> element, following only the <head> element. The body tag is placed between the and the tags.

Syntax

In HTML, the syntax for the <body> tag is:
<body>
</body>