Learn Basic CSS by Building a Cafe Menu - Step 6

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

Your code so far
html

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

I am having a hard time with this one…it says to create an

element that says the name of the cafe which is CAMPER CAFE. I tried doing this

CAMPER CAFE

which is technically correct, Right? But it’s saying it’s wrong . Please help

Your mobile information:

N156DL - Android 12 - Android SDK 31

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

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. Welcome to the community.

The text input needs to be exactly as is set out in the grey shaded area in the instructions. Don’t add any other text, spacing or punctuation.

<h1> "CAMPER CAFE" </h1>