HTML5 has added some cool controls to enrich your forms. Let's see how the browsers can handle them. This is the complete list of <input> types currently defined.
| Type | Result in your browser |
|---|---|
| hidden | N/A |
| text | |
| search | |
| tel | |
| url | |
| password | |
| datetime | |
| date | |
| month | |
| week | |
| time | |
| datetime-local | |
| number | |
| range | |
| color | |
| checkbox | |
| radio | |
| file | |
| submit | |
| image | |
| reset | |
| button |