Add



HTML5 New Input Types

There are many new input types have been introduced in HTML5. For example, Color, Date, DateTime, DateTime-Local, Email, Month, Number, Range, Search, Time, URL, and Week.



HTML5 New Input Types

Color

Color input type is supported only in Chrome and Opera browsers currently.



HTML5 Input Type Color

Date

Date input type is supported in Chrome, Safari and Opera browsers currently.



HTML5 Input Type Date

DateTime

DateTime input type is supported only in Safari and Opera browsers currently.



HTML5 Input Type DateTime

DateTime-Local

DateTime-Local input type is supported in Chrome, Safari and Opera browsers currently.



HTML5 Input Type DateTime-Local

Email

Email input type is supported in Internet Explorer, Firefox, Chrome and Opera browsers currently.



HTML5 Input Type Email

Month

Month input type is supported in Chrome, Safari and Opera browsers currently.



HTML5 Input Type Month

Number

Number input type is supported in Internet Explorer, Chrome, Safari and Opera browsers currently.



HTML5 Input Type Number

Range

Range input type is supported in Internet Explorer, Firefox, Chrome, Safari and Opera browsers currently.



HTML5 Input Type Range

Search

Search input type is supported only in Chrome and Safari browsers currently.



HTML5 Input Type Search

Time

Time input type is supported in Chrome, Safari and Opera browsers currently.



HTML5 Input Type Time

URL

URL input type is supported in Internet Explorer, Firefox, Chrome and Opera browsers currently.



HTML5 Input Type URL

Week

Week input type is supported in Chrome, Safari and Opera browsers currently.



HTML5 Input Type Week