diff --git a/guide/english/html/attributes/input-type-attribute/index.md b/guide/english/html/attributes/input-type-attribute/index.md index 294c35afd8..4aa51de865 100644 --- a/guide/english/html/attributes/input-type-attribute/index.md +++ b/guide/english/html/attributes/input-type-attribute/index.md @@ -54,9 +54,9 @@ Only one option can be selected by the user. The group of radio buttons needs to A user can select zero or more options from the group of checkboxes. You can use `checked` property here too for one or more options. ```html
- - - + + +
``` ### button