Anchor Elements aren't working

Tell us what’s happening:
I’m completely lost at this point. Can’t figure out why the a element isn’t linking properly. Any help would be great. Thanks

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

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

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Look at your URL in the code and the test output URL, very carefully. Can you spot the one character difference?

Wow (embarrassing). Thanks so much

Not at all. Pattern recognition to spot the little things is a skill you will develop and even then it will still give you a hard time.

Write some code, run the code, see it fail, spend the next 10 min looking at it to find the one little mistake you made…coder life.

Keep it up!

1 Like