Html 5 main tag problem

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<P>
Kitty ipsum text 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>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Each of your

p

elements should have a closing tag. The opening

main

tag should come before the first paragraph tag. The closing

main

tag should come after the second closing paragraph tag.

Which problem you have ?

The p must be lowercase.

it shows p element should have a closing tag and the main element tag should come before 1st and second paragraph tag

thnk u igot the problem