Need some help with step 12

Tell us what’s happening:

So the issue is the hint is telling me that the links text should be cat photos, which it is, but it says its in correct.

I’ve tried writing it in every variation with white spaces without,exactly how it says, etc you get the point lol.

Anyways can someone tell me what I’m doing wrong? Will get back to you later, I’m learning this while sleep deprived which I need rest.

Thanks for your assistance!

  **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://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"> 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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Step 12

Link to the challenge:

I think there is an issue with it as I’m getting the same

Hi there, the link that you are using I believe is wrong. I’ve used “https://freecatphotoapp.com” and it worked.

Thanks got up and tried it out, it worked! My tired brain sometimes.

Seems to be the link was wrong, the person below got it right.

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