SOLVE IF YOU CAN! Cafe Menu - Step 31

Hello Coders,

I’ve been over this enough to think I must have lost my marbles because the hint for this is simply “Each article element should have two P elements”… Send help…

Code in question;

      <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>
      <article>
        <p>Mocha</p>
        <p>4.50</p>
      </article>

Hi there!
Add link to the challenge step as well.

Hi there and welcome to our community!

One of your closing p tags has incorrect syntax. Find the odd one out!

2 Likes

Found it. I hope you win the next coin-toss you encounter.

1 Like