This website and it's tutorials are only made possible with your support. Support money goes towards keeping our servers online and paying staff members.
The <body> tag is the part of your HTML document that will contain your visible page content.
<!DOCTYPE html>
<html>
<body>
This content is visible on my web page.
</body>
</html>