Learn Basic CSS by Building a Cafe Menu - Step 4

Tell us what’s happening:

i cannot get past this. i have copied pasted some answers on the forms but nothing has worked. i got no clue where the problem lays. i have tried everything except this so yeah, here i am. you can see in my code the copied text. i have tried 3 so far and no luck…

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

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 4

Put t he body element tags below the closing tag for the head element.