Input elements display many ways it depens on 'TYPE' attributes. In HTML5 new form elements are added like datalist, output.
<datalist>
– It specifies a list of options for input controls.
<keygen>
– This tag generates an encryption key.
<output>
– It defines the result of an expression.
| New HTML5 Elements | New HTML5 Types | New HTML5 Attributes |
|---|---|---|
| datalist | color | autocomplete |
| output | date | autofocus |
| form | ||
| month | min and max | |
| number | formaction | |
| range | formtarget | |
| search | list | |
| time | multiple | |
| url | formnovalidate | |
| week | formnovalidate | |
| datetime-local | ||
| datetime | formmethod | |
| tel | formenctype |