Again, im stuck

Tell us what’s happening:
i dont understand what to change, it´s telling me i have not linked the a element

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>

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Hi.

Your url must exactly match. I would copy and paste the exact url.

1 Like

Hello.
You added a wrong url. Try to copy and paste the exact url that is given in the challenge which is this https://freecatphotoapp.com

1 Like

the HTTPS adresses need to be same. You forgot the // in the <a href string

Its a great way for finding a solutions! tried it, and it works really good!

1 Like