Problem in linking page

Tell us what’s happening:

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> "

having problem in this code


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.130 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

wrong link, even if it differs by a character

Create an a element that links to http://freecatphotoapp.com and has “cat photos” as its anchor text.

but I don’t know how to create an element ‘a’.

can’t get your point! please help me!!!

you have already created it
it’s there in your code
<a></a>

Hi! You wrote “https”. Change to “http”.

@divyanshub

 <a href="http://freecatphotoapp.com"> to freecodecamp.org<label> cat photos</lable></a> 

add “label” to add text in :anchor" tag.

your challenge is completed.hope it helped.

I have the same problem , but the site shows :-

and I have also entered the same program. I seriously have no idea and want help. Moreover, the help video is also not working.

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.