Aprende HTML construyendo una de fotos de gatos - Step 10

Hi it does not allow me to complete the (a) anchor step, can you please tell me what am i doing wrong ?

Hola, no me deja completar el paso de (a) anchor, podrian decirme que estoy haciendo mal?

<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= ''
    <p>Click here to view more cat photos.</p> <a href="https://freecatphotoapp.com"></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>

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

Enlaza al desafío:

Hola @sbrawdelys01 ,

Please post your full code and a link to the challenge.

1 Like

just edited. thank you

This part of your code is correct.

So please, restart the challenge and only add the above a element below the p element.
Do not change or add anything else.

1 Like