Hy nned help whit this step

Tell us what’s happening:
Cant solve this tried many times can you help me please.

Your code so far


<h2>CatPhotoApp</h2>
<h1>Hello Wold</h1>
<main><p>Hello Paragraph<p>tag.
</main>
<main>
 <p>Kitty ipsum Purr jump eat the grass rip the couch sleep in the sink fluffy fur catnip scratched. 
<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> Kitty ipsum Purr jump eat the grass rip the couch sleep in the sink fluffy fur catnip scratched.
<main> 
 <h1>Hello World</h1>
 <p> children</p><p>children</p>
 </main>






Your browser information:

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

Challenge: Introduction to HTML5 Elements

Link to the challenge:

you don’t need to create two main.

The exercise explains that you must add a new paragraph. with your label
Now that you have two paragraphs, you include it within a main.

for the new paragraph it includes everything in a single label and you don’t leave anything out

according to the challenge you should have one main element and it should come before first <p and the closing </main> should come after second </p>