Learn HTML by Building a Cat Photo App - Step 15

Tell us what’s happening:
Describe your issue in detail here
I’ve entered in what seems to be the answer but it keeps saying " Hint

Your anchor (a) element should link to https://freecatphotoapp.com. You have either omitted the URL or have a typo." to try to see what I was doing wrong I searched youtube and found the step I was on and followed every step but still came to that text i copied here, I’m stumped.(probably just no seing something tho) I would appreciate some help.

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 heref="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."></a>
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14989.107.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

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

Link to the challenge:

you have a typo in href

O dang, thanks man I think I need more sleep or something.

1 Like

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