diff --git a/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/inform-with-the-paragraph-element.spanish.md b/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/inform-with-the-paragraph-element.spanish.md index c79946dc42..8eff0dfa8e 100644 --- a/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/inform-with-the-paragraph-element.spanish.md +++ b/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/inform-with-the-paragraph-element.spanish.md @@ -7,7 +7,7 @@ localeTitle: Informar con el elemento de párrafo --- ## Description -
p elementos p son el elemento preferido para el texto de párrafo en sitios web. p es la abreviatura de "párrafo". Puedes crear un elemento de párrafo como este: <p>I'm ap tag!</p>
+
Los elementos p son el elemento preferido para el texto de los párrafos en sitios web. p es la abreviatura de "párrafo". Puedes crear un elemento de párrafo como este: <p>¡Soy una etiqueta p!</p>
## Instructions
Crea un elemento p debajo de tu elemento h2 y dale el texto "Hola Párrafo".
@@ -34,7 +34,7 @@ tests:
```html -

Hello World

+

Hola Mundo

CatPhotoApp

```