Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:

I tells me that the attribute inside of the anchor element should be what it tells me to insert, I have inserted it inside the anchor element but it keeps saying that again. I want to know if there is something I am missing or what am I doing wrong.

Your code so far

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

<!-- User Editable Region -->

      <p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg.">cute cats</a> online!</p>

<!-- User Editable Region -->

      <p>See more <a 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>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 14

Hello, the error is in the syntax. If you look carefully before finishing jpg." the point is unnecessary, since it ends what the problem asks for. It is not part of the address and takes it as https. Regards

2 Likes

Thank you so much!! I can’t believe I let that small mistake get passed :sob:

2 Likes

Happens to us all! It is such a tiny error to notice. It takes other eyes to find them for us. Speaking from experience. :slightly_smiling_face:

With the great guidance from joacotrucharte, you have passed it.

Wishing you great progress on your coding journey. :slightly_smiling_face:

1 Like