First time coding, help?

I can’t seem to figure out what I’m doing wrong on this one, any advice?

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p>View more 
<a href="https://freecatphotoapp.com" target="_blank">cat photos</a>
</p>
<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<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/84.0.4147.135 Safari/537.36.

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

@Gabs you should have the default code, these two p tags with text should remain the same and you need to add a new p tag

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

You wrote the correct solution. It failed because your code should contain three paragraph tags. But you have only two paragraph tags in your code. Try keeping an another paragraph tag and it should work fine.

first things first YOU ARE LOOKING GORGEOUS …
coming to the question.
what you have done is absolutely correct but
there should not be a line break after View more
give a space and put the anchor tag.
hit a like it it works…