1<!DOCtype html>
2<html>
3 <body>
4 <!--This is the HTML Body tag.-->
5 </body>
6</html>
1<body>
2 <!-- this is the body,the body
3 lement contains all the contents of an HTML document,
4 such as headings, paragraphs, images, hyperlinks, tables,
5 lists, etc -->
6</body>
1<body>
2 This is the body tag it will contain h1 h2 h3 h4 h5 and all headers and p tag and divs and a lot more
3</body>