HTML básico y HTML5 - Introducción a los elementos HTML5

Cuéntanos qué está pasando:
Describe tu problema en detalle aquí.

Tu código hasta el momento

<h2>CatPhotoApp</h2>

<main>
<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>

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

Información de tu navegador:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

Desafío: HTML básico y HTML5 - Introducción a los elementos HTML5

Enlaza al desafío:

Las etiquetas “main” y “p” las agregaste en el lugar correcto.

El problema es con el texto del elemento “p” que agregaste, las instrucciones te están dando el texto que debes agregar, pero estás usando un texto diferente.

Cuando te den un texto a utilizar, tienes que copiarlo exactamente igual, ya que si no te marcará un error