Aprende HTML construyendo una aplicación de fotos de gatos - Step 11

que le agrego cat photos y no me da

Describe tu problema en detalle aquí.

Tu código hasta el momento

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

Información de tu navegador:

El agente de usuario es: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

Desafío: Aprende HTML construyendo una aplicación de fotos de gatos - Step 11

Enlaza al desafío:

En las instruccion especifican que texto agregar

Add the anchor text link to cat pictures to the anchor element. This will become the link’s text.

Añade el texto link to cat pictures al elemento anchor