Input type="text" - crea un campo di testo.
<input type="text"> |
Input type="button" - crea un bottone.
<input type="button"> |
Input type="password" - crea un campo password.
<input type="password"> |
Input type="checkbox" - crea un check-boxes.
<input type="checkbox"> |
Input type="radio" - crea un pulsante radio.
<input type="radio"> |