Hello please i need help on

Starting below the existing coffee/price pair, add the following coffee and prices using article elements with two nested p elements inside each. As before, the first p element’s text should contain the coffee flavor and the second p element’s text should contain the price.

this is my code here

French Vanilla

3.00

Caramel Macchiato

3.75

Pumpkin Spice

3.50

Hazelnut

4.00

Mocha

4.50

this is the error I am getting Sorry, your code does not pass. Keep trying.

You should have five article elements.

I dont see any code. just text and numbers.
you didnt wrap put into necessary Preformatted text tags probably

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 Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for 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.

1 Like

Cody gave great advice, I’d just like to chime in with 2 links that might be useful which describe the article tag that seems to be the issue from the error message:

1 Like

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