Your p element should contain the first few words of the provided additional kitty ipsum text. Passed

Tell us what’s happening:
What should I do

Your code so far


<h2>CatPhotoApp</h2>
<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>
    

    <p> jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
    </main>
</p>

You main element should not be inside a p element.

Thanks for the reply! I will try it