The <body> tag is the main tag of HTML. The <body> tag contain the content part of the document which is display on the web browser. THe <body> tag contain Heading, Pragraph and link tags etc.
Example of Code
<body>
The content of the document......
</body>
Output
The content of the document......
