It wont let me pass the question

this is a good website so far but i can make the link for some reason i do it right it just doesent let me pass other than that great website


<h2>CatPhotoApp</h2>
<main>



<img src="https://www.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>
<a href="https://www.freecodecamp.org">this links to freecodecamp.org</a>
<a href="https://www.FreeCatPhotoApp.com">Cat Photos </a>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13505.100.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.142 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 this is where the problem starts

Remove the link to freecodecamp.org, and remove the capital letters in the other link

you need to add the a tag below the main tag. Also, you’ve added two a tags. you need only one of them. instead of the text “this links to freecodecamp.org use “cat photos”.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.