Learn HTML by Building a Cat Photo App - Step 29

Tell us what’s happening:

ayudeme con el paso 29 porfavor ya que no lo puedo pasar

Your code so far


<!-- User Editable Region -->

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <section>
        <h2>Cat Photos</h2>
        <!-- Placeholder content -->
      </section>
      <section>
        <h2>Cat Lists</h2>
        <h3>Things cats love:</h3>
        <ul>
          <li>cat nip</li>
          <li>laser pointers</li>
          <li>lasagna</li>
        </ul>
        <figure>
          <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg" alt="Two cute cats cuddling.">
        </figure> <!-- Closing tag for the figure element -->
        <h3>Top 3 things cats hate:</h3>
        <ol>
          <li>flea treatment</li>
          <li>thunder</li>
          <li>other cats</li>
        </ol>
      </section>
    </main>
  </body>
</html>


<!-- User Editable Region -->

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 29

the figure element is missing, why did you delete it?

you need to reset the code and add the img element to the indicated figure element

1 Like

Hey Buddy Here this step haven’t told you to add the alt .

Kindly remove the line !!

Hope You Understand !!

Happy Coding !!

1 Like

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