Skip to content

Commit

Permalink
Update files/zh-cn/learn/html/introduction_to_html/creating_hyperlink…
Browse files Browse the repository at this point in the history
…s/index.md

Co-authored-by: A1lo <[email protected]>
  • Loading branch information
abing22333 and yin1999 authored Sep 6, 2024
1 parent f9c6e6d commit 094fe10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ URL 使用路径查找文件。路径指定文件系统中你感兴趣的文件
**好的**链接文本:[下载 Firefox](https://www.mozilla.org/zh-CN/firefox/new/?redirect_source=firefox-com)

```html example-good
<p><a href="https://www.mozilla.org/zh-CN/firefox/"> 下载 Firefox </a></p>
<p><a href="https://www.mozilla.org/zh-CN/firefox/">下载 Firefox </a></p>
```

**不好的**链接文本:[点击这里](https://www.mozilla.org/zh-CN/firefox/)下载 Firefox
Expand Down

0 comments on commit 094fe10

Please sign in to comment.