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

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

Seu código até o momento
Nao consegui transformar a imagem em link
Alguem mim ajuda por favor.

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <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 de seu navegador:

Agente de usuário: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0

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

Link para o desafio:

A post was merged into an existing topic: Aprenda HTML criando um aplicativo de fotos de gatos - Passo 15