Need some help on this code step 31

here is what i have and the check is telling me i have to many

French Vanilla

        <p>3.00</p>
      </article>
      <article>
        <p>Carmel Macchiato</p>
        <p>3.75</p>
        </article>
      <articale>
        <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>

Welcome to the forum @snow_cat_95

So that the forum can assist, please post your full code.

Use the following method to post code to the forum:

  1. On a separate line type three back ticks.
  2. On a separate line paste your code.
  3. On the last line type three back ticks. Here is a single back tick `

Happy coding

A typo it should be CarAmel

PumPkin

articLE, you have an extra a in the tag name

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