Crie um Aplicativo de Fotos de Gatos - Passo 16

Conte-nos o que está acontecendo:

Cat Photos

everyone lovescute catsonline!

o código diz que nao deve haver nenhum comentário. Solicito a correção.

Seu código até o momento

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

      <h2>Cat Photos</h2>
        <!-- TODO: Add link cat photos -->


<section>
  <h2>Cat Photos</h2>        
      <p>everyone loves<a href="https://cdn.freecodecamp.org">cute cats</a> online!</p>
</section>      

       

<!-- User Editable Region -->

      <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>
      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </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 16

It looks like you may have changed the starting code in areas you were not asked to change, which will cause the tests to fail. Please click the reset button to restore the original code and try again.

image

Please only do what is asked in the instructions and do not change any other code.

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