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>