chore(i8n,learn): processed chinese translations (#40752)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
github-actions[bot]
2021-01-21 10:07:18 -08:00
committed by GitHub
parent 5bfc6de78b
commit 392005154c
3 changed files with 19 additions and 19 deletions

View File

@ -17,8 +17,8 @@ HTML 有一个特定的元素用于创建<dfn>无序列表</dfn>。
```html
<ul>
<li>牛奶</li>
<li>奶酪</li>
<li>milk</li>
<li>cheese</li>
</ul>
```

View File

@ -13,7 +13,7 @@ dashedName: link-to-external-pages-with-anchor-elements
`a` 需要一个 `href` 属性指向跳转的目的地。 同时,它还应有内容。 例如:
`<a href="https://freecodecamp.org">链接到 freeCodeCamp</a>`
`<a href="https://freecodecamp.org">this links to freecodecamp.org</a>`
在浏览器中,以上的标签会将文字 **"链接到 freeCodeCamp"** 展示成一个可点击的超链接。 点击该文本就会跳转到 **`https://freecodecamp.org`**。