The new HTML5 input types

1.type = "color" palette

Support browser:

 

 

 

 

Choose your favorite color: <the INPUT the above mentioned id = "inputColor" of the type = " Color " name = " favcolor " >

 

2.type = "date" Time Type

Support browser:

生日: <input type="date" name="bday">

 

 

3.type = "datetime" Time Type

Support browser:

 

 

Birthday (date and time): <the INPUT of the type = " datetime " name = " bdaytime " >

4.type = "datetime-local" date + time defined

Support browser:

Birthday (date and time): <the INPUT of the type = " datetime-local " name = " bdaytime " >

 5.type = "email" email input box defined

Support browser:

 

 

E-mail: <input type="email" name="usremail">

 

6.type = "month" Select Month

Support browser:

 

 

Date of birth (month and year): <the INPUT of the type = " month The " name = " bdaymonth " >

 

 

7.type = "number 'block number

Support browser:

 

 

数量 ( 15 之间 ): <input type="number" name="quantity" min="1" max="5">

 

 

 

8.type = "range" area selection numbers

Support browser:

 

 

Points: <input type="range" name="points" min="1" max="10">

 

 9.type = "search" for searching, doing I do not know the specific

Support browser:

 

 

Search Google: <input type="search" name="googlesearch"><br>

 

 10.type = "tel" phone number 

Support browser:

 

Do not support, I do not know why out of this type

Phone number: <the INPUT of the type = " tel " name = " usrtel " >

11.type = "time" Time Type

Support browser:

 

 

选择时间: <input type="time" name="usr_time">

 

 12.type = "url" url address type

Support browser:

 

 

Add your home page: <the INPUT of the type = " url " name = " Homepage " > <br>

 

 

13.type = "week" to select the type of peripheral

Support browser:

 

 

选择周: <input type="week" name="year_week">

 

Guess you like

Origin www.cnblogs.com/daimaxuejia/p/12453858.html