Introduction to HTML5 Elements help meee

Tell us what’s happening:

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>

Your browser information:

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

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

what have you tried, what do the failing tests say?

You haven’t tried to do anything on this lesson. You only have the original code that is generated by the lesson. Where are you getting stuck? As long as you are trying, most here are happy to help.

I am also stuck on the same issue.

<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>

<main>
    <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> 

Still says The main element should have two paragraph elements as children.

put the first main on top of the kitty ipsom paragraph that should work

Thank you!

This worked!