Make sure p elements has closing tags, help

Hello, I’m having this problem, it tells me " Make sure each of your p elements has a closing tag" I’ve revised several times the code and it seems that I have added the closing tag to all the “p” elements, therefore I don’t know what to do.

Your code so far



<h2>CatPhotoApp</h2>

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

<main>
<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>hello</p></main>   
      <p2>Cats</p2>

Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/introduction-to-html5-elements

1 Like

<p2>Cats</p2>
in html p2 element doesn’t exist

you can create as many as p elements no problem

Thank you so much! I’ve changed it and it worked :grinning:

1 Like

:slightly_smiling_face:

1 Like