Create a <main> element and nest two <p> elements in it

Tell us what’s happening:
I think I did the right thing …! but why cant I pass this lesson…?

Your code so far


<h2>CatPhotoApp</h2>
<main>
<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 subnate,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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

1 Like

Hello @Na7_legend. I think it’s because you used uppercase P instead of lowercase p here:

Also, try to keep the closing </p> tag in the same line as the text instead of keeping it in a new line.

Happy Non-Stuck Coding!

1 Like

Hey, your mistake is the second p element. You started with a capital P instead of a small p.

1 Like