Learn HTML by Building a Cat Photo App - Step 12

Puede ver las palabras subrayadas junto a la imagen en la vista previa ahora. Ese es tu enlace; siéntase libre de darle un clic. En el texto de su elemento, convierta las palabras en un enlace a . Cuando haya terminado, elimine la etiqueta de anclaje antigua y el texto debajo del párrafo.cat photos p cat photos https://freecatphotoapp.com

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more <a href="https://freecatphotoapp.com">cat photos</a>.</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>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.77

Challenge: Learn HTML by Building a Cat Photo App - Step 12

Link to the challenge:

Your HTML is passing for me. Is it passing for you? Or did you have another question?

Si me dice que tengo un erros y quiciera saber cual es>

If you are getting an error, please paste it in here so we know what it is. But you really shouldn’t be getting an error because your HTML is correct.

Error tipografico en cat photos

This is how it should look like.

<p>Click here to view more
      <a href="https://freecatphotoapp.com">cat photos</a>
      </p>

Espero que esto ayude

@AresHawkins we try not to give actual code solutions but rather help guide the person to find the solution on their own.

Although, the original HTML is correct, so I guess the solution is already there. But in general, please don’t post actual code solutions.

Okay, sorry. I am just trying to help.

No worries. I know you are new. Just letting you know how things work around here. Have fun.

Gracias por tu ayuda pero se sigue presentando el mismo error

Eso es extraño, no recibí ningún error. Todavía puedes intentar restablecerlo y reiniciarlo.


Pls help

You have added a second “cat photos” to the sentence and made that the link. You only want one “cat photos” in the sentence. The sentence should still read “Click here to view more cat photos.”

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