Https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/introduction-to-html5-elements/

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

Please post a question and the code you have tried.

![30%20AM|690x409]

the main element should have two paragraph elements as children.

<p></p>, this is a single paragraph element

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

It means inside the <main></main> there should be two <p></p> and <p></p> elements

Question: Create a second p element after the existing p element with the following kitty ipsum text: Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

You have to reset the code and add a second <p></p> element with the above Purr text and wrap the two paragraph elements inside the element.