Aprenda HTML criando um aplicativo de fotos de gatos - Passo 14

Conte-nos o que está acontecendo:
Descreva detalhadamente o problema aqui.

  **Seu código até o momento**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Adicionar link para as fotos de gatos -->
    <p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>

    
    <img <a href="https://freecatphotoapp.com" 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 de seu navegador:**

Agente de usuário: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Desafio: Aprenda HTML criando um aplicativo de fotos de gatos - Passo 14

Link para o desafio:

Please make sure to have each tag have both its opening bracket < and its closing bracket > .
Note you can’t have one tag insite an other, so if you have an opening bracket < , the next bracket you should see is a closing one > – you can’t have two opening brackets following each other as that would mean the tag is not complete.

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