Learn Basic CSS by Building a Cafe Menu-Step 6

Hello, everyone. I hope everyone is fine. I have recently faced a trouble while completing the above mentioned step. After writing the code mentioned below, it says the code has an error. But I couldn’t solve the error. I will be glad if anyone can help me with this.

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

Happy coding!
Regards,
Samin

1 Like

Hi :slight_smile:
I think it is because of the space before the word Camper

2 Likes

Thank you so much.
At last, it worked.

2 Likes

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