Learn Basic CSS by Building a Cafe Menu - Step 4

I am not sure what is incorrect with the body element placement
Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
    <body>
    </body>
  </head>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36

Challenge: Learn Basic CSS by Building a Cafe Menu - Step 4

Link to the challenge:

never-mind, I forgot the header should close before the body begins

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.