anchor text problem

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>

<a href="https://freecodecamp.org">this links to freecodecamp.org and 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>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Hello, what is your problem exactly?
Please check the value of the “href” attribute, it seems like your forgot the “www”.

@ayto Don’t change the text in-between <a> tag. it should be “cat photos”

This link https://freecatphotoapp.com goes only to the href attribute.

Hello
your href value is wrong and also remove that (this links to freecodecamp.org and https://bit.ly/fcc-relaxing-cat) instate of that just write cat photos.