From ea3a815a345b4d4c15aeda3cc03c97d4b6aa98d6 Mon Sep 17 00:00:00 2001 From: cynfinity <44488869+cynfinity@users.noreply.github.com> Date: Tue, 13 Aug 2019 06:53:27 -0700 Subject: [PATCH] removed angle brakets from attribute href (#29272) removed angle brackets from attribute href added angle brackets to anchor --- guide/spanish/html/attributes/a-href-attribute/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/spanish/html/attributes/a-href-attribute/index.md b/guide/spanish/html/attributes/a-href-attribute/index.md index 71964c25d0..8da7fb2fb6 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) 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. +El atributo `` refiere a un destino proporcionado por un enlace. La `` etiqueta (ancla) no funciona sin el `href` 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: