I want to use in my program. I want to know, how they will be displayed in browsers which do not support HTML5.
Asked
Active
Viewed 42 times
1 Answers
1
As every other newly introduced input types by HTML5
, as an:
<input type="text" />
See HTML5 - input=number and incompatible browsers accepted answer.