chore(i18n,learn): processed translations (#45504)
This commit is contained in:
@ -11,7 +11,7 @@ dashedName: check-radio-buttons-and-checkboxes-by-default
|
||||
|
||||
用 `checked` 屬性把第一個複選框和單選按鈕都設置爲默認選中。
|
||||
|
||||
在一個 input 元素裏面添加 `checked` 這個詞,即可實現。 例如:
|
||||
爲此,只需將單詞 `checked` 添加到 `input` 元素的內部。 例如:
|
||||
|
||||
```html
|
||||
<input type="radio" name="test-name" checked>
|
||||
|
@ -43,7 +43,7 @@ assert($('p').length === 0);
|
||||
assert(code.match(/[^fc]-->/g).length > 1);
|
||||
```
|
||||
|
||||
不要更改 `h1` 元素、`h2` 元素、`p` 元素的順序。
|
||||
不要更改 `h1`、`h2`、`p` 元素的順序。
|
||||
|
||||
```js
|
||||
assert(
|
||||
|
@ -9,7 +9,7 @@ dashedName: inform-with-the-paragraph-element
|
||||
|
||||
# --description--
|
||||
|
||||
`p` 元素是網站上段落文本使用的元素。 `p` 是“paragraph(段落)”的縮寫。
|
||||
`p` 元素是網站上段落文本的首選元素。 `p` 是“paragraph(段落)”的縮寫。
|
||||
|
||||
你可以像這樣創建一個段落:
|
||||
|
||||
|
Reference in New Issue
Block a user