Learn Basic CSS by Building a Cafe Menu - Step 6

Tell us what’s happening:
Describe your issue in detail here.
i belive i have coded the h1 element correctly, however it is not accepting my answer?
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/110.0.0.0 Safari/537.36

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

Link to the challenge:

It should be lower case

the instruction say to capitalize the title, is there another piece of code to do this? or do i simply just input capital letters as i have done?

Hiya,
@hartatociptajaya is right.
You are asked to capitalize your title not the h1 element.

i feel like a complete moron for not spotting that one, thankyou very much