From e46f697648cc6b211a7437b5284faacdccd18d4a Mon Sep 17 00:00:00 2001 From: Luis Ignacio Date: Fri, 8 Mar 2019 06:50:26 -0500 Subject: [PATCH] Update inform-with-the-paragraph-element.spanish.md (#26574) Words between the "code" tags traduced and correction of some grammatical errors. --- .../inform-with-the-paragraph-element.spanish.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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

```