From 2a2aa0d152ee66e3d9edfc1bc8e03b971fd9ab01 Mon Sep 17 00:00:00 2001 From: GregRush <37374248+GregRush@users.noreply.github.com> Date: Sat, 29 Jun 2019 19:41:08 +0200 Subject: [PATCH] Translated text within the code (#24359) * Translated text within the code * fix: updated examples, removed improper closing tag --- guide/spanish/html/attributes/a-href-attribute/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/guide/spanish/html/attributes/a-href-attribute/index.md b/guide/spanish/html/attributes/a-href-attribute/index.md index d30ba22a00..71964c25d0 100644 --- a/guide/spanish/html/attributes/a-href-attribute/index.md +++ b/guide/spanish/html/attributes/a-href-attribute/index.md @@ -58,7 +58,7 @@ El `` también puede aplicarse a imágenes y otros elementos HTML. ### Ejemplo ```html -picture +imagen ``` ### Ejemplo @@ -68,7 +68,8 @@ El `` también puede aplicarse a imágenes y otros elementos HTML. ### Algunos ejemplos más de href ```html -Esto otorga una url base para todas las próximas urls en la página -Esto es un enlace vivo a una hoja de estilos externa - + + + + ```