Learn HTML by Building a Cat Photo App - Step 15

Tell us what’s happening:
Describe your issue in detail here.
I am trying to tuen the cat photo into a link i ran this code and dont know where im going wrong.
Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <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" 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/108.0.0.0 Safari/537.36

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

Link to the challenge:

Please fix the href spelling and add a closing anchor tag on the right of the img element

okay fixed the spelling added the closing anchor tag still wont run.

Please copy the code here for another review

)i found i mistake and solved it thank you :slight_smile:

1 Like

Keep it going Jamie… this step took me 45 minutes to resolve it!!! I was about to switch off the computer and give up but then I realized that here is where problem solving and critical thinking plays an important matter of fact, then I was looking at every single word of my code and I could do it without asking help. I think this is how coding is about and I love it!

1 Like