diff --git a/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/make-dead-links-using-the-hash-symbol.spanish.md b/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/make-dead-links-using-the-hash-symbol.spanish.md
index 20caeb45ed..99d1c26a35 100644
--- a/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/make-dead-links-using-the-hash-symbol.spanish.md
+++ b/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/make-dead-links-using-the-hash-symbol.spanish.md
@@ -3,11 +3,11 @@ id: bad87fee1348bd9aedf08817
title: Make Dead Links Using the Hash Symbol
challengeType: 0
videoUrl: ''
-localeTitle: Haz enlaces muertos usando el símbolo de hash
+localeTitle: Realizar enlaces muertos usando el símbolo de hash
---
## Description
- A veces desea agregar a
elementos a su sitio web antes de saber donde van a unir. Esto también es útil cuando está cambiando el comportamiento de un enlace usando JavaScript
, que conoceremos más adelante.
+ A veces desea agregar elementosa
a su sitio web antes de saber a donde lo va a llevar. Esto también es útil cuando está cambiando el comportamiento de un enlace usando JavaScript
, que aprenderemos más adelante.
## Instructions
El valor actual del atributo href
es un enlace que apunta a "http://freecatphotoapp.com". Reemplace el valor del atributo href
con un #
, también conocido como símbolo de hash, para crear un enlace muerto. Por ejemplo: href="#"