Failing to pass this stage

Tell us what’s happening:
Am failing to get past this stage need someone to demonstrate further on these four stages

1.Your code should have one main element.
2.The main element should have two paragraph elements as children.
3.The opening main tag should come before the first paragraph tag.
4.The closing main tag should come after the second closing paragraph tag.
thanks

Your code so far


<h2>CatPhotoApp</h2>

<header>
<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 ripp the couch scratched sunbathe</p>
</header>

Your browser information:

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

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

Instead of wrapping two p elements with header element, you need to wrap them around with main element.

You also need a different text for the 2nd paragraph as laid out in the instructions.

Thank you worked like magic on to the stage :+1: