From 4b4d71109fcf8c3725eb36ae590903b080be65cd Mon Sep 17 00:00:00 2001
From: zock1973 <44548807+zock1973@users.noreply.github.com>
Date: Fri, 15 Mar 2019 04:24:29 -0400
Subject: [PATCH] I have improved the translation in various parts of the text
(#31148)
I have add word "anclaje" and I have improved the translation in various parts of the text
---
.../link-to-external-pages-with-anchor-elements.spanish.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements.spanish.md b/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements.spanish.md
index 2141397190..88695a8d62 100644
--- a/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements.spanish.md
+++ b/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements.spanish.md
@@ -7,10 +7,10 @@ localeTitle: Enlace a páginas externas con elementos de anclaje
---
## Description
- Puede usar elementos de anchor
para vincular contenido fuera de su página web. anchor
elementos de anchor
necesitan una dirección web de destino denominada atributo href
. También necesitan texto de anclaje. Aquí hay un ejemplo: <a href="https://freecodecamp.org">this links to freecodecamp.org</a>
Luego, su navegador mostrará el texto "este enlace a freecodecamp.org" como un enlace en el que puede hacer clic. Y ese enlace lo llevará a la dirección web https://www.freecodecamp.org .
+ Puede usar elementos de anclaje anchor
para vincular contenido fuera de su página web. los elementos de anclaje anchor
necesitan una dirección web de destino denominada atributo href
. También necesitara agregar texto al elemento de anclaje. Aquí hay un ejemplo: <a href="https://freecodecamp.org">this links to freecodecamp.org</a>
Luego, su navegador mostrará el texto "este enlace a freecodecamp.org" como un enlace en el que puede hacer clic. Y ese enlace lo llevará a la dirección web https://www.freecodecamp.org .
## Instructions
- Crear una a
elemento que une a http://freecatphotoapp.com
y tiene "fotos del gato" como su anchor text
.
+ Crear un elemento de anclaje a
que une a http://freecatphotoapp.com
y tiene "fotos de gatos" como su texto de anclaje anchor text
.
## Tests