Learn HTML by Building a Cat Photo App - Step 12

It won’t let me submit my code. Here’s the code:

<p>See more <a href="https://freecatphotoapp.com/">cat photos</a> in our gallery.</p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a> here

I’ve checked over and over, I’m sure this is right. I disabled all my browser extensions before beginning the course and everything was fine up until now.

hello and welcome to fcc forum :slight_smile:

  • what error do you get?

also share this step “url” as well

happy learning :slight_smile:

It says

" Sorry, your code does not pass. Don’t give up.

The link’s href value should be https://freecatphotoapp.com. You have either omitted the href value or have a typo."

This may help you

Your address isn’t 100% correct. Remove the / dash after .com…

1 Like

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