| Num | Apparence | Code HTML |
| 1 | <input type="button" value="Ok"> |
|
| 2 | <input type="submit" value="Ok"> |
|
| 3 | <input type="text"> |
|
| 4 | <input type="checkbox"> |
|
| 5 | <input type="radio"> |
|
| 6 |
<select>
<option>Choix1</option>
<option>Choix2</option>
<option>Choix3</option>
<select>
|