I cant get this done.The main element should have two paragraph elements as children

Tell us what’s happening:

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 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0.

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

The <main> tag should wrap both paragraphs (<p> tags).

1 Like

i have don that but is still not working

Try to reset the lesson and a diffrend browser check if it works then. also can you show us whatt u did excatly?

Please make a new thread with your code.

If you use the “Ask for help” button on the challenge page it will make a new forum thread with your code. Without seeing your code we can’t possibly help you.