Files
2018-10-16 21:32:40 +05:30

13 lines
780 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Make Dead Links Using the Hash Symbol
localeTitle: 使用哈希符号制作死链接
---
## 使用哈希符号制作死链接
死链接只是一个锚点元素语法正确点击时点击页面顶部而不刷新内容您可以在FCC论坛上查看此问题以获得更深入的分析 [Dead Link on HTML和CSS呢](https://forum.freecodecamp.org/t/what-does-dead-link-on-html-and-css-do/164550/7)
要创建一个死链接,首先应该编写一个普通的锚元素(挑战提供一个,不要重写它),然后按照说明中的说明修改`href`属性。
如果您已删除或比现有的href属性的其他原始代码修改的东西`a`标签记住,你可以点击`reset all code`按钮,用干净的代码重新启动。
祝你好运!