Aprende HTML construyendo una aplicación de fotos de gatos - Paso 15

Tell us what’s happening:

Describe tu problema en detalle aquí.

Your code so far

<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>

<!-- User Editable Region -->

      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36

Challenge Information:

Aprende HTML construyendo una aplicación de fotos de gatos - Paso 15

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

2 Likes

hola bro, estoy viendo que tienes dificultades con este problema

envuelve <img> con una <a></a> y dentro de la a debes ponerle un link hrf=“”, como por ejemplo

<a href="https://freecatphotoapp.com"> <img src="aquiunaimagen.com"></a>

Esto convertirá la imagen en un link, espero haberte ayudado

1 Like

pero tiene que ser con https://freecatphotoapp.com o puedo poner cualquier otra?

2 Likes

You have to use the URL the instructions asked you to use

1 Like

hola bro, gracias por preguntar, En este caso si, tiene que ser el del ejemplo que sale ahí para que la máquina lo reconozca y te salga la siguiente pantalla

2 Likes