Crie um Aplicativo de Fotos de Gatos - Passo 25

Conte-nos o que está acontecendo:

Passo 25. o código

Cat List

Cat List

Things cats love:

Um gato brincando Gatos adoram perseguir brinquedos. O código diz que deve haver um elemento figure logo acima da tag de fechamento do segundo elemento section.

Seu código até o 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>
        <ul>
          <li>catnip</li>
          <li>laser pointers</li>
          <li>lasagna</li>
        </ul>

<!-- User Editable Region -->

o        
        <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg" alt="A slice of lasagna on a plate.">
    <section>
      <h2>Cat List</h2>
      <h3>Things cats live:</h3>
      <figure>
        <imgvsrc="url-da-sua-imagem.jpg" alt="Descrição da imagem para acessibilidade">

  <section>
    <h2>Cat List</h2>
    </section>
    <section>
      <h2>Cat List</h2>
      <h3>Things cats love:</h3>
      <figure>
        <img src="biting-toy.jpg" alt="Um gato brincando">
        <figcaption>Gatos adoram perseguir brinquedos.</figcaption>
        </figure>
        </section>

<!-- User Editable Region -->

      </section>
    </main>

  </body>
</html>

Informações do seu navegador:

Agente de usuário: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36

Informações do desafio:

Crie um Aplicativo de Fotos de Gatos - Passo 25

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

Cats List

Cats List

Things cats love:

<img src=”biting-toy.jpg” alt=”Um gato brincando’“>

Gatos adoram perseguir brinquedos.

o código diz que deve haver um elenento figure logo acima da tag de fechamento segundo elemento section. solicito a correção.

You have duplicated code. For example, you have <h2>Cat List</h2> four times.

Please reset this step to restore the starting code by clicking this button image and try again.

Only add the figure element, as asked. Do not change any other code.