Basic HTML and HTML5 - Introduction to HTML5 Elements

Tell us what’s happening:

Me sale este error: Tu p elemento debe contener las primeras palabras del kitty ipsum texto adicional proporcionado. Ya le pues mas texto, quite y nada

Your code so far

<main>
  <p>Kitty ipsum dolor sit amet, suelta pelo por todas partes, se estira, ataca tus tobillos, persigue el punto rojo, bola de pelo, corre, come hierba gatera, olfatea</p>
  <p>Kitty ipsum dolor sit amet, suelta pelo por todas partes, se estira, ataca tus tobillos, persigue el punto rojo, bola de pelo, corre, come hierba gatera, olfatea</p>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36

Challenge Information:

Basic HTML and HTML5 - Introduction to HTML5 Elements

Welcome to the forum @yaelmorky!

It looks like you have changed the starting code in areas where you were not asked to make changes, which will cause the tests to fail.

Please reset and try again.

This time only add the second paragraph with the exact text in the instructions (copy/paste).

Then wrap both of the paragraphs in a main element.

Happy coding!