Link to external with Anchor Elements

Tell us what’s happening:

I can not pass the “a” element that refers to “freecatphotoapp.” I have checked the format, and it still wont pass me along. what do I do ?

Your code so far


<h2>CatPhotoApp</h2>
<main>
<a href="https://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 (X11; CrOS aarch64 12607.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.123 Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Remove the s from https

You have a small typo: http vs https

Use the following link

https://s3.amazonaws.com/freecodecamp/relaxing-cat.jpg

This will help you.

No, you do not want to use a link that is different than the one provided in the challenge description.

Ok sorry I haven’t seen it.

Hey so finally this will help you

CatPhotoApp

cat photos

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

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

Make sure that you remove the quotes which I have added in the image tag so that you can see the code.

@Abhinav-Gupta, it’s great that you know how to solve this challenge, but here on the forums we try to help guide people to the solution by helping them improve their own code rather than just giving them the solution. Thanks for understanding.

Ok

I am new here. So thank you.

1 Like