Introduction to HTML5 Elements. Why am I stuck already ><

Tell us what’s happening:
I was uncertain on how to do it so I watched the video. Following that, I corrected my code but still received the same message that " The main element should have two paragraph elements as children." I assumed that I was just missing something small, so I copied what he did in the video and still received the same message. Any input would be appreciated.

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>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.80 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/introduction-to-html5-elements

Just needed to persevere a little more…figured it out!

1 Like

the should be in front of the first p element too

main sorry

makingit20charecteres

wrap the <main> tag around BOTH <p> tags.