It says each of p element should have closing tag but as far as I know I have put closing tag...any kind of help will be appreciated

Tell us what’s happening:
Describe your issue in detail here.

   **Your code so far**

<h2>CatPhotoApp</h2>
<main>


 <img src="https://www.bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

 <p>Here's a target="_blank" href="https://www.freecodecamp.org"> link to www.freecodecamp.org for you to follow.</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="https://www.freecatphotoapp.com" target="...">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/92.0.4515.131 Safari/537.36

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

Hi @Anil16 !

Welcome to the forum!

In order to pass the test you need to fix this capitalization error with this end tag.

tched.</P>

Once you fix that, then the test will pass.

However, the text is technically wrong too.

Just be carefully about changing code you are not supposed to.

Thank you!
I fixed it somehow already, but this is more clear n sure it will help me to understand.

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