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 1aef8f4 commit d8139bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ URL 使用路径查找文件。路径指定文件系统中你感兴趣的文件

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

Expand Down

0 comments on commit d8139bd

Please sign in to comment.