Can anybody help me with step 32?

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




      **Your browser information:**

User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36</code>

**Challenge:**  Step 32

**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-basic-css-by-building-a-cafe-menu/step-32

hey, you need to add a

<article> and a </article>

at the beginning and at the end of each item and price on the menu

<article>
<p> Caramel Macchiato</p>
      <p>3.75</p>
</article>

it should look like this for each menu and price

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