Hello everybody,please i can't find de solution in this step

Tell us what’s happening:

Your code so far



<main>
<p>
stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p >
Kitty ipsum text sit amet, shed everywhere shed everywhere.</p>

</main>


Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Hello @amalimohamedelamine,

There is no need to modify the existing paragraph,

all we need to do is add an p element with the suggested text i.e.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

Then wrap the two paragraphs inside the main element. The structure would look like this.

<h2></h2>
<main>
<p></p>
<p></p>
</main>

You may need to reset the test and try again.

Thanks.

1 Like