Help ! yyeatrstiyfpugih

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main><p> Kitty Ipsum Test</p></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>


Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-J330G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/11.2 Chrome/75.0.3770.143 Mobile Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Hello @Andric ,
all of your p elements should be nested inside your tag.
<main><p>.....</p><p>.....</p></main>

In the future, please use a meaningful post title and fill in Tell us what’s happening. Learning how to talk about code is important and takes practice.