Learn Basic CSS by Building a Cafe Menu - Step 4

Hello again I’m sorry I am so confused about what is going wrong with this code. Can anyone assist me that would be great thanks?

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/116.0.0.0 Safari/537.36 Edg/116.0.1938.62

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

Link to the challenge:

You added the body inside the head, instead of below it.

Where does the body need to be because I thought it was below it?

<element>
  <subelement>
 </subelement>
</element>
<element2>
</element2>

In this example, element2 is below element.

Got it thanks I feel stupid now but thank you for the help.

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