What am i missing here,i'm really getting fed up

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<a href="htts://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/84.0.4147.135 Safari/537.36 OPR/70.0.3728.154.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Your code:
<a href="htts://freecatphotoapp.com">"cat photos"</a>

The URL should be https://freecatphotoapp.com

It’s missing the letter p on https

2 Likes

It is always better to copy and paste url rather than type it.

1 Like

I’ve tried pasting but it does not just work

Hello~!

As the other users have mentioned, you have a typo in your href url. I tested your code, and after fixing that typo your code passes. :slight_smile:

htts:// and https:// are not the same thing.

1 Like