作为程序员一定要保持良好的睡眠,才能好编程

html5中input标签中type类型有哪些?

发布时间:2016-06-13

html5是新型的,那么它的input中type属性有哪些?


color

email

date

number

tel

time

range 区间


month

week


就是以上这几种格式,如果要输入数字的话,那么就用  tel  这个属性,特别好


<input type='tel' name="mobile" />