Learn Basic CSS by Building a Cafe Menu - Step 6

actually they have told to add h1 tag and tiltle of cafe name given in it I have added it nd everything is done right even in preview also its showing the hole code is right even the spelling is right but still it shows the code does not pass .

Your code so far

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

<!-- User Editable Region -->

    <main> <h1> CAMPER CAFE </h1>
    </main>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

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

Link to the challenge:

Your text is right. Issue is that you can’t see the extra white spaces before/after your text in the preview. Erase the extra spaces between your h1 tags and your text. Hope this helps.

1 Like

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