This should work but doesn't pass the test

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p1>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretmaing attack your ankles chase the red dot, hairball run catnip eat the grass sniff. </p1>
<p2>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched. </p2>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; SM-T580) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

p1 and p2 are not valid html elements.

Yes, Thank you. very much.