Learn Basic CSS by Building a Cafe Menu - Step 4 - 7AoFQkv2mTFMXnI2-uIGr

i have tried to include the “body” element but my code does not pass

   **Your code so far**
<!DOCTYPE html>
<html lang="en">
 <head>
      <title>Cafe Menu</title>
<body></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/103.0.0.0 Safari/537.36

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

Link to the challenge:

Don’t put the body inside the head. Remember that the head section is not over until after the </head>.

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