Learn Basic CSS by Building a Cafe Menu - Step 4

Tell us what’s happening:

Isn’t this code correct? I even double checked on the other forum questions and at the link: HTML Basic

Your code so far

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <body>
      <meta charset="utf-8">
        <title>Cafe Menu</title>
    </body>
  </head>
  

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 4

Welcome to the forum @cassieloushaw

Your body element should come after your head element.

You placed the body element inside the head below. Try placing it below head

Happy coding

1 Like

Thank you, got it down :slight_smile:

1 Like