Fix the order wording(Second to first ) (#23254)
Before modifying this, line 23 quote, "by default the first checkbox will come automatically" even though the checked attribute is in the second input element, not the first.
This commit is contained in:
committed by
Manish Giri
parent
b274ab7722
commit
8df49e4e40
@ -20,4 +20,4 @@ The checked attribute can also be set after the page load, through JavaScript.
|
|||||||
</form>
|
</form>
|
||||||
```
|
```
|
||||||
|
|
||||||
In the example above when the web page is loaded by default the first checkbox will come automatically selected due to the checked attribute.
|
In the example above when the web page is loaded by default the second checkbox will come automatically selected due to the checked attribute.
|
||||||
|
Reference in New Issue
Block a user