Learn Basic CSS by Building a Cafe Menu - Step 7

Tell us what’s happening:

Describe your issue in detail here.
System ask me to make sure my

element is below my

element , I did just that yet my code does not pass .

Your code so far

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

<!-- User Editable Region -->

<h1>CAMPER CAFE</h>
<p>
Est. 2020
</p>


<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/120.0.6099.119 Mobile/15E148 Safari/604.1

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 7

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!

Don’t mark the solution when you didn’t solved your challenge.
You need to remove space between text and p opening and closing tags.
@uh_doo

1 Like

you have a different closing tag from opening tag, they need to be the same element name

1 Like

Yes , I just noticed … thank you

Oh ! Alright, I’ll try that out now .

I marked the solution because it a actually solved the problem. Thank you

1 Like

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