Learn Basic CSS by Building a Cafe Menu - Step 4

Tell us what’s happening:
Describe your issue in detail here.
What is going on,why is not accepting my Code???

Your code so far

<html lang="en">
<head>
   <body><meta charset="UTF-8">
   <title>Cafe Menu</title>
  </body>
</head>
</html>


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0

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

Link to the challenge:

Your body element is inside head element not below.

Below head element = after closing tag of head element

Thank You So Much sir for your kind help

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