Learn Basic CSS by Building a Cafe Menu - Step 4

Tell us what’s happening:
Describe your issue in detail here.
what’s wrong with the code?

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <body>
   <meta charset="UTF-8">
   <title>Cafe Menu</title>
  </body>
</head>
</html>
  **Your browser information:**

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

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

Link to the challenge:

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

That’s your code, but the quest ask another thing:
To prepare to create some actual content, add a body element below the head element.

Watch carefully: add a body element BELOW the head.
You put the body inside the head not below :smiley:

ohh thank you so much :joy:

No worries dude ;D
(if you can mark it as solution, for the other peaple who will need help)

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