diff --git a/guide/english/html/html-forms/index.md b/guide/english/html/html-forms/index.md index 7ec867ebaef..208285ed628 100644 --- a/guide/english/html/html-forms/index.md +++ b/guide/english/html/html-forms/index.md @@ -20,6 +20,16 @@ Form contains control elements which are wrapped around ```
``` tags - ```week``` - ```color``` - ```datalist``` +- ```button``` +- ```datetime-local``` +- ```file``` +- ```hidden``` +- ```image``` +- ```month``` +- ```number``` +- ```reset``` +- ```tel``` +- ```url``` Code example: ```html