Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:
Describe your issue in detail here.

Hint

Your anchor (a) element should link to https://freecatphotoapp.com. You have either omitted the URL or have a typo.
this is what is shown when I check my code and I am unable to find any error in ky code

  **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 target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
<a herf="https://freecatphotoapp.com"> <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" ></a>
  </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/104.0.5112.102 Safari/537.36

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

Link to the challenge:

double check this part for typos

I have done that but no good still same thing

need to see your updated code then. You can post it like that:

<a herf="https://freecatphotoapp.com"> <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"></a>

Bro, you are still on the same topic that we discuss since the last time

same typo. update your herf into href and when you done put your latest code result on here. You can just say you have done it but come up with the same typo problem

1 Like

<a herf="https://freecatphotoapp.com"> <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"></a>

its HREF not HERF try to pay attention after your anchor (a)

<a herf="">

there is different between them.

< a href="">

thankyou so much it worked thanx a lot

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