From e7f2884f1a34bfeb36805c55ebbfd7865c3dec3b Mon Sep 17 00:00:00 2001 From: KrsBB <44288174+KrsBB@users.noreply.github.com> Date: Sun, 11 Aug 2019 01:40:30 +0200 Subject: [PATCH] =?UTF-8?q?Update=20and=20rename=20index.md=20to=20revisio?= =?UTF-8?q?n-to-Spanish-translation-and-two=E2=80=A6=20(#24468)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update and rename index.md to revision-to-Spanish-translation-and-two-little-examples.md * corrected folder/filename --- .../body-bgcolor-attribute/index.md | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/guide/spanish/html/attributes/body-bgcolor-attribute/index.md b/guide/spanish/html/attributes/body-bgcolor-attribute/index.md index a2cf7d4c42..ea02fad9ce 100644 --- a/guide/spanish/html/attributes/body-bgcolor-attribute/index.md +++ b/guide/spanish/html/attributes/body-bgcolor-attribute/index.md @@ -1,6 +1,6 @@ --- title: Body Bgcolor Attribute -localeTitle: Cuerpo Bgcolor Atributo +localeTitle: Atributo de cuerpo Bbgcolor --- ## Cuerpo Bgcolor Atributo @@ -8,9 +8,9 @@ El atributo `
` asigna un color de fondo para un documento HTML. **Sintaxis** : -`` El valor de color puede ser un nombre de color (como, `purple` ) o un valor hexadecimal (como, `#af0000` ). +`` El valor de color puede ser un nombre de color escrito en inglés (como, por ejemplo, `purple` ) o un valor hexadecimal (como `#af0000` ). -Para agregar un color de fondo a una página web puede usar el atributo `` . Especifica un color para que se muestre el documento HTML. +Para añadir un color de fondo a una página web puedes usar el atributo `` . Éste especifica un color en el que se muestre el documento HTML. **Por ejemplo:** @@ -18,28 +18,31 @@ Para agregar un color de fondo a una página web puede usar el atributo ` -