From 1cc8a24b477c8a4655dce99834fb44b838a9843f Mon Sep 17 00:00:00 2001 From: Rogel Horlador <30552564+rogelhorlador@users.noreply.github.com> Date: Fri, 9 Nov 2018 21:29:19 +0800 Subject: [PATCH] Added types for tag (#21327) --- guide/english/html/html-forms/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/guide/english/html/html-forms/index.md b/guide/english/html/html-forms/index.md index 7ec867ebae..208285ed62 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