Make sure each of your `p` elements has a closing tag - solved

Tell us what’s happening:
Make sure each of your p elements has a closing tag.

What is the problem, please? Only this step is problem, but I did everything right…

Your code so far


<h2>CatPhotoApp</h2>

<p>Kitty ipsum dolor sit amet</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>
             
</main>


Your browser information:

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

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

Hi,
You did well by creating a second paragraph, but you have deleted a portion of the first paragraph.
Also your main tag should not be between the two paragraphs

Thanks man, but in the description of the video “main” was between paragraphs…

Hi there!

It looks like you have an extra p-tag at the end of the “Purr jump eat the grass…” sentence that’s causing the problem.

you need to combine the paragraphs. I already did the challange