<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cafe Menu</title>
<link href="styles.css" rel="stylesheet"/>
</head>
<body>
<div class="menu">
<main>
<h1>CAMPER CAFE</h1>
<p>Est. 2020</p>
<section>
<h2>Coffee</h2>
<article class="item">
<p class="flavor">French Vanilla</p><p class="price">3.00</p>
</article>
<article class="item">
<p class="flavor">Caramel Macchiato</p><p class="price">3.75</p>
</article>
<article class="item">
<p class="flavor">Pumpkin Spice</p><p class="price">3.50</p>
</article>
<article class="item">
<p class="flavor">Hazelnut</p><p class="price">4.00</p>
</article>
<article class="item">
<p class="flavor">Mocha</p><p class="price">4.50</p>
</article>
</section>
<section>
<h2>Desserts</h2>
<article class="item">
<p class="dessert">Donut</p><p class="price">1.50</p>
</article>
<article class="item">
<p class="dessert">Cherry Pie</p><p class="price">2.75</p>
</article>
<article class="item">
<p class="dessert">Cheesecake</p><p class="price">3.00</p>
</article>
<article class="item">
<p class="dessert">Cinnamonn Roll</p><p class="price">2.50</p>
</article>
</section>
</main>
</div>
</body>
</html>
says I should have 4 new .price elements but that is what the assignment gave. 3 new items on top of the old donut
Hey @mugaruramarc7,
looks like you mispelled Cinnamon Roll.
It is not your code, that is causing the issue, but the spelling mistake
you spelled Cinnamon with two n
your spelling : Cinnamonn Roll
the correct spelling: Cinnamon Roll
It is not an html code error but hence just an spelling mistake.
Thanks for taking the time to wait for an response
- Yula Ywen
No this was not the issue. Corrected the spelling and the same thing occurs
Hi, @mugaruramarc7
Can you provide your current code? when i tested it, i only needed to change the spelling and it worked for me, but do send me the code that you have currently
Hello murgaruramarc7!
I, like yula, only needed to remove the extra n
from the text Cinnamonn
to have the code pass.
If you are still having difficulties, you may wish to try submitting through private mode, clearing the cache, disabling extensions, disable dark mode, or try submitting from a different browser.
yula has provided the correction for this code to pass, as it is. So it may be one of the other issues causing the problem to remain.
Wishing you good progress on your coding journey.
<article class="item">
<p class="dessert">Donut</p><p class="price">1.50</p>
</article>
<article class="item">
<p class="dessert">Cherry Pie</p><p class="price">2.75</p>
</article>
<article class="item">
<p class="dessert">Cheesecake</p><p class="price">3.00</p>
</article>
<article class="item">
<p class="dessert">Cinnamon Roll</p><p class="price">2.50</p>
</article> or paste code here
I did but the system still asks for me to use 4 new elements and since am working from a public computer I can’t use another browser or clean up the cache
Hey @mugaruramarc7,
your code is fine, try to reset the step and paste in the code again, if you are still having issue. please use private mode of your browser and login to your account and try again as you are unable to clear cache, as you are on a public computer.
However please remove the text or paste code here
from your code
Hope this helps!
- Yula
Have your tried submitting it in ‘incognito’ or ‘private browsing’ mode? This may help!
Wishing you good progress and a solution to this issue, @mugaruramarc7!
<p>
<a href="https://www.freecodecamp.org" target="_blank">Visit our website</a>
</p>
<p>123 Free Code Camp Drive</p>
Sorry, your code does not pass. You’re getting there.
Your new p
element should have the text 123 Free Code Camp Drive
. Make sure your new element comes after your existing element.
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.
Thank you.
It’s best if you talk to us about how you are stuck instead of just posting the error message.
I posted the code to the best of my knowledge as the first post shows but the second post is what keeps appearing so I can’t continue
what are the requirements for the step? what is the link to the step?
Hello mugaruramarc7!
Please for future questions, use the Help that appears below the instructions after a few failed attempts? This allows all current code to be submitted to the community, along with the Step and your questions.
Your code works for the following Step 65, if that is the Step you are working on. Good job!
Is this the correct step you are working on?
Step 65
Add a second p element below the one with the link and give it the text 123 Free Code Camp Drive.
If it is, the submitted code works on my end. Perhaps try resetting the step, or submitting it in ‘incognito’ or ‘private’ mode may help.
Clearing the cache, disabling extensions, and assuring no other code has been changed is very important, too.
You are doing very good.
Wishing you good progress on your coding journey.
it is the part you put but i am having lots of trouble with the websites either needing incognito mode or clearing cache even with the right codes but yeah its fun and hoping to learn more everyday
You are doing good.
Sometimes, even my password vault causes the issue. So, I need to disable it long enough to submit my code. But, it is a small thing compared to all of the wonderful opportunities for learning and growth provided on the site.
And, as we have both discovered, the forum community are amazing and ready to provide help.
Wishing you good progress on your coding journey @mugaruramarc7!