Crear una Aplicación de Fotos de Gatos - Paso 25

Cuéntanos qué está pasando:

Hola, no hay manera que pase el paso 25 del elemento figure. Probe de mil maneras y he colocado todas las maneras que me han aconsejados y nada…No puedo avanzar… ayuda por favor… me dice que tengo que anidar el elemento figure, lo intento, pero no hay manera…Ayuda!

Tu código hasta el momento

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <section>
        <h2>Cat Photos</h2>
        <p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a> online!</p>
        <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
        <a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
      </section>
      <section>
        <h2>Cat Lists</h2>
        <h3>Things cats love:</h3>
        <figure>
<img src="https://freecodecamp.org" alt="A relaxing cat.">
</figure>
        <ul>
          <li>catnip</li>
          <li>laser pointers</li>
          <li>lasagna</li>

<!-- User Editable Region -->

|        </ul>
<figure>
  <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg" alt="A slice of lasagna on a plate.">
</figure>

<!-- User Editable Region -->

      </section>
    </main>

  </body>
</html>

Información de tu navegador:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36

Información del Desafío:

Crear una Aplicación de Fotos de Gatos - Paso 25

GitHub Link: i18n-curriculum/curriculum/challenges/espanol/blocks/workshop-cat-photo-app/5dfb655eeacea3f48c6300b3.md at main · freeCodeCamp/i18n-curriculum · GitHub

why have you added this? follow the instructions, nest the existing img inside a new figure element, do not create new img elements