The anchor text element lesson 10

Tell us what’s happening:

I’m having trouble with the <a> anchor text lesson no matter what I try it won’t work. Can’t get passed the lesson. I believe there is a bug on the lesson.

Your code so far


<h2>CatPhotoApp</h2>
<main>



<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>
<a 
href="https://freecatphotoapp.com">cat photos</a>

Your browser information:

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

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements

I tried the challenge again and it works for me.

Look guys I can appreciate I’m a total newbie. However I’m not a newbie. I’m claiming that there is a bug in lesson 10 the
I wrote <a href=https://freecatphotoapp.com">cat photos
I still get an error on the answer. The error reads
" You need an a element that links to http://freecatphotoapp.com"

I have edited you post for readability. For future posts, please conform to the MarkDown syntax. For code, place 3 backticks around it.

Also, the href you have used is incorrect. Have a careful look at the challenge.

Hope this helps

https://freecatphotoapp.com this is your url
http://freecatphotoapp.com/ this is the required one

they are not the same