Crie um Aplicativo de Fotos de Gatos - Passo 21

Conte-nos o que está acontecendo:

Passo 21 .O código

Cat List

Conteudo da primeira parte.

Cat List

Things cats love:

Conteúdo da segunda parte.

O código diz que parece que não há tag de abertura, de fechamento ou as duas.Solicito a correção.

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>

<!-- User Editable Region -->

    <section>
      <h2>Cat List>
      <p>Conteúdo da primeira parte.</p>
    </section>
   <section>
      <h2>Cat List</h2>
      <h3>Things cats love:</h3>
      <p>Conteúdo da segunda parte.</p>
   </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 21

Where were you asked to add this paragraph?

You have duplicated the “Cat List” section. There should only be one.

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