This is correct . Even the step 13 shows this. But is not being accepted. Would you check it. Please
Welcome to the forum @avishekrauniyar07
I recreated the error message by adding a new style
element.
Please reset the step to restore the original code. Then add the new selectors. Do not add any elements to the html
.
Sometimes the tests load with a bug in them. I cannot tell whether you added a new style
element from your screen shot.
For next time, if you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.
The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Happy coding
Tell us what’s happening:
even though this is correct fully. I checked the forum and still got the same answer only. Even the later steps has same answer.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Cafe Menu</title>
<!-- User Editable Region -->
<style>
h1 {
text-align: center;
}
h2{
text-align: center;
}
p{
text-align: center;
}
</style>
<!-- User Editable Region -->
</head>
<body>
<main>
<h1>CAMPER CAFE</h1>
<p>Est. 2020</p>
<section>
<h2>Coffee</h2>
</section>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) 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 12
would you please dont mind check this
i have already checked the forum. Got the same answer and from later steps too the solution is same.
I tested the code and it passed.
Reset the step and try again. If that doesn’t work, refresh the page, disable dark mode, disable ad blockers. Or, use another browser.
If the above steps do not work, you may need to restart the computer.
Happy coding
Thanks This code worked in another browser
Hi there. Clean your browser cache, close browser extensions (if any have running) or change the browser and try again.
Thanks It worked. Thanks very much
I went ahead and combined your posts for you. In the future, just reply to the original thread to add further updates.
Thanks.