Finding it difficult to add my cat photos

Tell us what’s happening: i got this message :tired_face: You need an a element that links to https://freecatphotoapp.com

Your code so farcat photos


<h2>CatPhotoApp</h2>
<main>
<a href='http://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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Hi @ogunremitemi. You are missing s somewhere in the URL. It is https not http.

1 Like

As @nibble Say change.
Please Copy/Paste the link. It will be easy to pass the tests without any typo/mistakes.

1 Like

i actually don’t have an option to paste. :thinking:

Hey @ogunremitemi
Just use ctrl+c and ctrl+v (Keyboard Shortcut) :man_facepalming:

1 Like

I believe what @codely means is, it is always better to copy and paste a URL like https://freecatphotoapp.com because there is nothing to be learned from typing it. Besides if you type, you will most likely make an error.

1 Like

okay i will do just that, thanks so much

1 Like