From a6db9bd16312ba5ec7108ce613f28223d9fb5797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roc=C3=ADo=20Cejudo?= <38685526+rcellas@users.noreply.github.com> Date: Sun, 21 Oct 2018 07:48:45 +0200 Subject: [PATCH] =?UTF-8?q?Mejor=20traducci=C3=B3n=20(#19236)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guide/spanish/html/attributes/a-href-attribute/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/spanish/html/attributes/a-href-attribute/index.md b/guide/spanish/html/attributes/a-href-attribute/index.md index 96cccae49e..6fd4bd54c8 100644 --- a/guide/spanish/html/attributes/a-href-attribute/index.md +++ b/guide/spanish/html/attributes/a-href-attribute/index.md @@ -4,7 +4,7 @@ localeTitle: Un atributo de Href --- ## Un atributo de Href -El atributo `` refiere a un destino proporcionado por un enlace. La `a` etiqueta (ancla) está muerto sin el `` atributo. A veces, en su flujo de trabajo, no desea un enlace en vivo o aún no sabrá el destino del enlace. En este caso, es útil establecer el atributo `href` en `"#"` para crear un enlace muerto. El atributo `href` se puede usar para vincular archivos locales o archivos en Internet. +El atributo `` refiere a un destino proporcionado por un enlace. La `a` etiqueta (ancla) no funciona sin el `` atributo. A veces, en su flujo de trabajo, no desea un enlace en vivo o aún no sabrá el destino del enlace. En este caso, es útil establecer el atributo `href` en `"#"` para crear un enlace muerto. El atributo `href` se puede usar para vincular archivos locales o archivos en Internet. Por ejemplo: @@ -77,4 +77,4 @@ El `` también puede aplicarse a imágenes y otros elementos HTML. This gives a base url for all further urls on the page This is a live link to an external stylesheet -``` \ No newline at end of file +```