Help! | Step 31 Camper Cafe

You should have five article elements. ?

#step 31

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.

Caramel Macchiato 3.75
Pumpkin Spice 3.50
Hazelnut 4.00
Mocha 4.50
 <p>Est. 2020</p>
          <h2>Coffee</h2>
          <article>
          <p>French Vanilla</p>
          <p>3.00</p>
        </article>
        <article >
           <p>Caramel Macchiato</p>
           <p >3.75</p>
        </article>
        <article >
            <p>Pumpkin Spice</p>
            <p >3.50</p>
        </article>
        <article >
            <p>Hazelnut</p>
            <p >4.00</p>
        </article>
        <artcile >
             <p>Mocha</p>
             <p >4.50</p>
         </article>
1 Like

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!

Please post a link to the challenge.

Help! You should have five article elements.

1 Like

It really, really, really helps if you communicate with us.


You have 4 article elements and 1 artcile element.

what should i do

I thank you (:slight_smile:

You should fix your spelling mistake.

I fixed it but it didn’t work.

What is your updated code?

Oh! Thank You :smiling_face: I can fix it

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