A element & href

Tell us what’s happening:
I can’t seem to get the a element and href right. I’ve done exactly as the video but still cannot move to the next stage.

Can someone check and see what I am doing wrong please? It’s driving me crazy

Your code so far


<h2>CatPhotoApp</h2>

<main>
<a href="https://freecatphotoapp.com">Cats 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 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Mobile/15E148 Safari/604.1.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

you need to write cat photos as an anchor. And you have something else (Cats Photos). Maybe that is a problem for algorithm. Try it

1 Like

Hey bud,

Your code is correct! However you have spelt “Cats Photos” and not “cat photos”. Capital letters are really important when coding especially with these challenges as it may only accept cat photos and not Cat Photos for example.

Hope that helps.

1 Like

@sogotubulloyd Welcome to the FreeCodeCamp Forums! Look at these other comments. It looks like you misspelled some of the stuff. For these challenges it is very important to get all of the letters and caps perfect. Hope this helps and happy coding! :smile:

1 Like

Thank you so much guys!!! I really appreciate it and am so excited to learn more

2 Likes