P element help me with this

i need to make:

  1. Make sure each of your p elements has a closing tag.

  2. Your p element should contain the first few words of the provided additional kitty ipsum text .
    Help me with this 2 things, how i need to do? i don’t know how i need to do/write



<p>kitty ipsum text </p>
<p>kitty ipsum text </p>
<main>
 <p> kitty ipsum text Stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff</p>
 <p> Kitty ipsum text Kitty ipsum dolor sit amet, shed everywhere shed everywhere.</p>
 </main>
<!-- 
<p> Kitty ipsum text 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.</>
-->

I suspect that there should only be p elements inside the main tags, not outside. I also suspect that the text is not correct. Copy only the provided text.