IntroTML5 Elements children

Tell us what’s happening:
Why isn’t this correct? It says I need 2 children?

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 (Linux; Android 7.0; B3-A40) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36.

Your main element only has one “child” (element inside of it).

So how do I make 2 children

If a “child” is an element inside of the “parent” element, then you would create a child creating an element inside of the parent. Your main element currently has one child.

Ok but I did it just like the video. What is the second child supposed to be?

What do the instructions for the challenge tell you the second child should be?