Level 5 tutorial

Im stuck on level 5 i dont understand " The main element should have two paragraph elements as children." someone help me

Welcome to the community!

Your code should look like:

<main>

<p>some text</p>

<p>some text</p>

</main>
<element>
  <child>I am a child of element.</child>
  <child>I am a child of element.</child>
</element>