要知道,input可是有22各元素啊~
他们是……
1. button
2. checkbox
3. color
4. date
5. datetime-local
6. email
7. file
8. hidden
9. image
10. month
11. number
12. password
13. radio
14. range
15. reset
16. search
17. submit
18. tel
19. text
20. time
21. url
22. week
每一个都有自己的用法。
语义化……怎么你这么烦啊~~~~
但让我们分一下类,input这个“石墙”就掉了一半啦~
按钮类(4):
button
submit
reset
image
文本类(7):
text
password
email
tel
url
number
search
选择类():
框框类(2):
radio
checkbox
日期类(5):
time
date
week
month
datetime-local
其他(3):
color
file
range
?类(1):
hidden