Last Updated on April 26, 2023 by Roshan Parihar
HTML body tag is used inside web pages to show the content of HTML.
Syntax
1 |
<body>put body content here...</body> |
1 2 3 4 |
<body> This is the body content. </body> </html> |
Output
Resources and References of HTML body tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github