chore: resolve flagged Crowdin issues (#45442)
* chore: resolve bengali issues * chore: resolve french issues * chore: resolve hebrew issues * chore: resolve persian issues * chore: resolve portuguese brazilian issues * chore: resolve russian issues * chore: resolve spanish issues * chore: resolve japanese issues
This commit is contained in:
@ -11,7 +11,7 @@ dashedName: check-radio-buttons-and-checkboxes-by-default
|
||||
|
||||
You can set a checkbox or radio button to be checked by default using the `checked` attribute.
|
||||
|
||||
To do this, just add the word `checked` to the inside of an input element. For example:
|
||||
To do this, just add the word `checked` to the inside of an `input` element. For example:
|
||||
|
||||
```html
|
||||
<input type="radio" name="test-name" checked>
|
||||
|
@ -43,7 +43,7 @@ Each of your comments should be closed with `-->`.
|
||||
assert(code.match(/[^fc]-->/g).length > 1);
|
||||
```
|
||||
|
||||
You should not change the order of the `h1` `h2` or `p` in the code.
|
||||
You should not change the order of the `h1`, `h2`, or `p` elements in the code.
|
||||
|
||||
```js
|
||||
assert(
|
||||
|
@ -9,7 +9,7 @@ dashedName: inform-with-the-paragraph-element
|
||||
|
||||
# --description--
|
||||
|
||||
`p` elements are the preferred element for paragraph text on websites. `p` is short for "paragraph".
|
||||
The `p` element is the preferred element for paragraph text on websites. `p` is short for "paragraph".
|
||||
|
||||
You can create a paragraph element like this:
|
||||
|
||||
|
Reference in New Issue
Block a user