Please Help with Nest an Anchor Element within a Paragraph

Tell us what’s happening:

Hey guiys please can you help with this, i think something is wrong with the online code editor because my code seems perfectly fine to me concerning the challenge at hand (nesting an anchor element in a paragraph element), if my code is wrong please let me know

Your code so far


<h2>CatPhotoApp</h2>
<main>
  
  <a href="http://freecatphotoapp.com" target="_blank">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>

  <p>View more
<a href="http://freecodecamp.org" target="_blank">cat photos</a>
</p>

</main>


Your browser information:

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

You need to move the link to http://freecatphotoapp.com to be inside the <p> tags, not one to http://freecodecamp.org

oohhh:rofl: it worked, thank you so much bro