The <body> tag
The only content that users see on a page is inside the opening and closing body tags — <body> and </body>. This part includes headings that web designers define with the <h1> to <h6> tags. The <h1> stands for the most important headline, while the <h6> is for the least important.
If you need to add a paragraph in HTML, you put the text inside <p> and </p> tags. In addition to this, the body section can contain images, hyperlinks, tables, lists, and other types of content.
