È possibile utilizzare l’elemento input con type=number per creare un campo destinato all’inserimento di un numero per i dispositivi mobili
<form name=" commenti" method=" post" action=" /141/comments" >
[...]
<label>Età:
<input type=" number" name=" age" min=" 13" max=" 130" step=" 1" >
</label>
[...]
<input type=" reset" value=" Resetta il form" >
<input type=" submit" value=" Invia il commento" >
</form>