Learn Basic CSS by Building a Cafe Menu - Step 4

Tell us what’s happening:
What do I do? I don’t know what I did wrong.
Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

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

Link to the challenge:

Welcome to the forum!

The directions ask " add a body element below the head element." You have your body inside the head element. It needs to come after, meaning it goes after the closing head tag.

A body also has both an opening and closing tag. Same as the title and head elements in your code

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