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

I can’t solve the No. 32 step,

French Vanilla

3.00

Caramel Macchiato

3.75

Pumpkin Spice

3.50

Hazelnut

4.00

Mocha

4.50

1 Like

Please make sure to put your code here.
You can use ` tags like this `Code Here` to get this → Code Here
And a link to the step itself helps us help you as well :slight_smile:

1 Like

Okay, what they want from step 32 is for you to make 4 more article tags.
You have:

<article>
  <p>Item</p>
  <p>Price</p>
</article>

and they want four more of these.
For a shortcut you can select all that in the editior and hold Alt+Shift+Down Arrow and it will copy/paste it down for you :slight_smile:

Just change the names and prices to match, in the end you should have 5 articles in total with one being the already defined French Vanilla flavor.

1 Like

my code:

French Vanilla

3.00

Caramel Macchiato

3.75

Pumpkin Spice

3.50

Hazelnut

4.00

Mocha

4.50

… but still
" Hint : You should have five article elements."

… I think that there is a bug somewhere else …

Solved -

I found the answer …

2 Likes

yes, its showing for me also…What to do in order to solve it?

I found the answer - it should contain separate article element