Problem i dont understand

Tell us what’s happening:
Im at that " Main " tutorial part and i wrote just like i see in the example but is not working, pls help.

Your code so far

<h2>CatPhotoApp</h2>

<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>

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

<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>

<main>
<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>

Hi @Youarecomingtobrazil!

Welcome to the forum!

FCC instructions:
The main element should have two paragraph elements as children.

Translation:

<main>
<p></p>
<p></p>
</main> 

Hope that makes sense.

2 Likes

Thanks! i just solved it, i missunderstood what should have been done.