Step 33 catphotoapp help

Please I need help to add a third section element below the second section element in the code given below:

Cat Lists

Things cats love:

  • cat nip
  • laser pointers
  • lasagna
    <figure>
      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg" alt="A slice of lasagna on a plate.">
      <figcaption>Cats <em>love</em> lasagna.</figcaption>  
    </figure>
    <h3>Top 3 things cats hate:</h3>
    <ol>
      <li>flea treatment</li>
      <li>thunder</li>
      <li>other cats</li>
    </ol>
    <figure>
      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg" alt="Five cats looking around a field.">
      <figcaption>Cats <strong>hate</strong> other cats.</figcaption>  
    </figure>
  

  </section>

here’s the link:

1 Like

Hi and welcome to the forum.
We can help you but first click on the Ask For Help button to create a new post with your code and question.
Normally we expect people to post a question with the full code they used and a link to the exercise and the Ask For Help button can help you do that as it gives you a template that you can fill when you want to ask a question.

Give it a try.

Welcome to the forum @Tessy

For this step, below the second section closing tag, add a third section element.

Happy coding

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