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

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

Your mobile information:

iPad - iPadOS18.5

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hi @diallo.alpha.madsita

Your body element should come after your head element.

Your body element is nested in the head element.

For next time, describe the issue in your own words. Learning to communicate problems is a part of becoming a web developer.

Happy coding