As we've seen, <html> contains the HTML code. We've also encountered a tag that contains text that'll be displayed on the website.

Do you remember which tag that was?

Great job! <body> holds the content of the webpage. We'll see why we need it in a bit.

Maybe the tag we used before was called <body>?