Learn Basic CSS by Building a Cafe Menu - Step 4

Tell us what’s happening:
Describe your issue in detail here.
Please help me i dont know what im doing wrong.
Its saying I have it in the wrong place but i dont know where the right place is.

Your code so far

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

Your browser information:

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

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

Link to the challenge:

the body tag should come after the head tag. Pay close attention to both tags.

They are wanting all of the body tag below the head tag.

You have the closing tag in the correct spot. But what about the opening body tag?

1 Like

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