I don’t know how to do it . I have tried all ways that I can imagine

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

Agente de usuário: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15

Desafio: Passo 12

Link para o desafio:

Replace “cat photos” here:

with this one:

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