Introduction to elements in HTML 5

Tell us what’s happening:
Am stuck making the following happen.Make sure each of your p elements has a closing tag.
Your p element should contain the first few words of the provided additional kitty ipsum text.
Your code should have one main element.
The main element should have two paragraph elements as children.
The opening main tag should come before the first paragraph tag.
The closing main tag should come after the second closing paragraph tag.

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>
 
<p>jump eat the grass rip the couch scratched sunbathe</p>
<P> everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
/>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0.

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

What’s this supposed to be for?

If the instructions don’t have examples, earlier examples may have what you need.

you are missing the main element in your code. Look at the instructions you posted, and use the element where it says. You also have a random closing tag that doesn’t belong to anything right now. It looks like you also have an extra paragraph. From your directions posted you only need 2