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.

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

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

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

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

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

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

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

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

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

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

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

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