Tell us what’s happening:
There will be two sections on the menu, one for coffees and one for desserts. Add a section element within the main element so you have a place to put all the coffees available.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Cafe Menu</title>
</head>
<!-- User Editable Region -->
<main>
<h1>CAMPER CAFE</h1>
<p>Est. 2020</p>
<section id="coffees"><h2>Coffees</h2>
</section>
</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/127.0.0.0 Safari/537.36
Challenge Information:
Learn Basic CSS by Building a Cafe Menu - Step 8
Please 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!
This is my answer :
CAMPER CAFE
Est. 2020
Coffees
This is the response I got when I checked the code:
You should have an opening tag.
What could be the issue?
Can you say more in your own words?
I assume the issue is that the opening section tag doesn’t look like the tests expected. Did the instructions say anything about id attributes?
nope, nothing was said about id attributes, read the question again i attached it there , lemme write it here again
Question: There will be two sections on the menu, one for coffees and one for desserts. Add a section element within the main element so you have a place to put all the coffees available.
Maybe I’m asking about attributes for a reason? What might that reason be?
No attributes were asked for…
Hmm. Do the tests usually like it when you add stuff that wasn’t asked for?