Crea una pagina de blog sobre gatos

Paso 16
Para la segunda entrada del blog, necesitarás añadir otro elemento de artículo.

Dentro del elemento de artículo, añade un elemento h3 con el texto “El primer baño del Sr. Whiskers”.

Debajo del elemento h3, añade dos párrafos de texto en Lorem Ipsum.

<section id="posts">
  <article>
    <h3>Mr. Whiskers Finds a New Home</h3>
    <p>Mr. Whiskers was a stray cat who wandered the streets until he found a loving home.</p>
    <p>He quickly adjusted to his new surroundings and became a beloved member of the family.</p>
  </article>

  <article>
    <h3>Mr. Whiskers' First Bath</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    <p>Nulla nec odio eu nisi imperdiet pharetra non a quam.</p>
  </article>
</section> 

ejecuto mi codigo y me muestra el siguiente error
El primer párrafo debe contener texto Lorem Ipsum. Revisa bien la ortografía y la puntuación.

Hello. Can you please post the url of the step you are stuck on.

is this the step in which you add the Lorem Ipsum text? you need to add all the text shown in both paragraphs

esta es la URL

Hi. As @ILM said you need to add all the lorem ipsum text. You already have 2 paragraphs of the text in the code above you can use or you can go back to step 15 and copy it from the example.

If you have questions about a step, please make your own topic.