Not working out please help

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<a href="http://freecatphotoapp.com">cat photos</a>

<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">



 <p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
 <p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

I wasn’t able to replicate your error, so I am not sure if my response will be helpful.
I would like to point out that you are missing an “S” in the URL from the tag.

From the task the description the correct link is https://freecatphotoapp.com (HTTPS) and not http://freecatphotoapp.com

If it was a typo in the post only and not related to the error, my bad.

You need to link it to the https://freecatphotoapp.com

So your code should be like this:

<a href="https://freecatphotoapp.com">cat photos</a>