I want to know how to put in The `main` element should have two paragraph elements as children

i want to know how to put in The main element should have two paragraph elements as 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 int hr sink fluffy fur catnip scratched.</p>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0.

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

At the minute the main element has one paragraph element outside it and one inside it, it is asking you to put two inside it. Cut one of the paragraph elements and paste it in the correct place.

okay boss let me try that

it has been done successfully Bos, thanks very much for the i really appreciate

1 Like