Tell us what’s happening:
I have added a
element with the text Est. 2020 . Look below
…
Est. 2020
Tells me my code does not pass because my p element should have the text Est. 2020. Please help!
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</h1
<p>Est. 2020</p>
<!-- User Editable Region -->
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Challenge Information:
Learn Basic CSS by Building a Cafe Menu - Step 7