Please help me i am confused

Tell us what’s happening:
i cant get this right can someone help me

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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0.

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

The elements you have created are correct, i would recommend you to reset your code and add the elements in the order i mentioned below, and fill the contents from the instruction,

<h2></h2>
<main>
<p></p>
<p></p>
</main>

thank you that helped, i have been stuck there for a week