Learn Basic CSS by Building a Cafe Menu - Step 5 - m9hDvbuErjRXnVhf43wky

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

I’m trying to ad a header and I use the h1 opening and closing tags

Cafe Name

and it wont work, am I doing something wrong here?

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>Cafe Menu</title>
</head>
<body>
  <h1 Camper Cafe></h1>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

Every letter in the name of the cafe should be capitalized. Also, the name of the cafe goes in between the opening and closing h1 tags. You have embedded it inside the opening h1 tag.

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