InputType.md - yucing/wp109b GitHub Wiki

1. <input type="button">

2. <input type="checkbox">

3. <input type="color">

4. <input type="data">

5. <input type="datetime-local">

6. <input type="email">

7. <input type="file">

8. <input type="hidden">

9. <input type="image">

10. <input type="month">

11. <input type="number">

12. <input type="password">

13. <input type="radio">

14. <input type="range">

15. <input type="reset">

16. <input type="search">

17. <input type="submit">

18. <input type="tel">

19. <input type="text">

20. <input type="time">

21. <input type="url">

22. <input type="week">