Confused on what to do

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
  <a href="https://freecatphotoapp.com">this links to "cat photos"</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/69.0.3497.92 Safari/537.36.

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

Your anchor link tag is right, but look at the directions again. Your text shouldn’t say “this links to cat photos” it needs to say something else. Look at the very end of the directions for what it should say

Im still lost 30 mins in trying g cat photos alone and its not working?

What does your current code look like?

CatPhotoApp

"cat photos" A cute orange cat lying on its back.

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

Next time use the </> tag to display your code. Remove the “” from cat photos and you should be good. It should only say cat photos without the “”

okay ill try it when i have more time tomorrow thanks cody_biggs

unfortunately its still not working after just using cat photos instead of “cat photos”