| <body> element defines the documtent's body, and is a container for all the visble contents, such as headings, pagaraphs, images, hyperlinks, tables, lists, etc.
<h1> This element defines a large heading start and stop tag </h1> |
<p> This element defines a paragraph start and stop tag. </p> |
<p> This Is another paragraph </p> |
|
</body> is the closing tag for <body> |