Whats wrong with my code i couldn't find the problem

        <article>
        <p>French Vanilla</p>
        <p>3.00</p>
      </article>
      <article>
        <p>Caramel Macchiato</p>
        <p>3.75</p>
      </article>
      <article>
        <p>Pumkin Spice</p>
        <p>3.50</p>
      </article>
      <article>
        <p>Hazelnut</p>
        <p>4.00</p>
      </article>
      <article>
        <p>Mocha</p>
        <p>4.50</p>
      </article>

Test

Sorry, your code does not pass. Keep trying.

Hint

Your third article element should have p elements with the text Pumpkin Spice and 3.50.

You forgot a ā€˜pā€™ in pumpkin.

1 Like

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