How i can to finish this lesson?

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<a href="https://bit.ly/fcc-relaxing-cat"></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>

<!--
Create an a element that links https://bit.ly/fcc-relaxing-cat to  and has "cat photos" as its anchor text.
-->

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13310.59.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.84 Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Hey @Gavril,

Welcome to the forum!

You need to put “cat photos” as anchor text here:

This should be,
..axing-cat>cat photos</a>


You need to set the href link to

https://freecatphotoapp.com

right now it is set to:

Cheers :blush:

please post your new code, not a screenshot of it

anyway, make sure you have only one a element, and fix that one

your third one seems the one most near, but it needs to be the only one or the tests are confused