HTML Body Tags
The Body tags are where you place all the content within your web page, all the content within these tags will be displayed by the browser.
<body>
This is where my content would be.
</body>
Example:
The body tags are telling the browser to display everything that we have placed within them.
