You need an anchor element that links to http://freecatphotoapp.com

Tell us what’s happening:

I cannot for the life of me figure out what I’m missing here. Some assistance would be greatly appreciated.

Your code so far


<h2>CatPhotoApp</h2>
<main>

<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>

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

Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements/

You are missing the quote, after .com :slight_smile:

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

1 Like

Thank you for that catch, but I’m still missing something. I’ve been stuck on this for three hours now. Am I doing something wrong with the anchor element?

Yep, you closed the anchor before you linked that link…
<a>

Valid code:

<a href="http://freecatphotoapp.com">cat photos</a>
1 Like

I made the edits but the middle objective still says the anchor element isn’t linked.

It’s “http://freecatphotoapp.com” not a “https://freecatphotoapp.com
It’s not HTTPS, its HTTP

2 Likes

it is better to copy the link if you are aware if typing it not correct

1 Like

i really appreciate your kind help since it may have helped many others like me.please carry on

Thnx man helped me a lot​:blush::blush: