Learn Basic CSS by Building a Cafe Menu - Step 4

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

i don’t know what i am doing wrong

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36

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

Link to the challenge:

<body></body> element goes after the closing `</head>` tag.

The instruction: " To prepare to create some actual content, add a body element BELOW the HEAD element."

1 Like

isn’t that what i did

You put the body element in the head element, actually between the head tags <head> </head>

Please reset the procedure and add the body element below the </head> tag

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