step (attributo base HTML) stabilisce, ove applicabile (tag HTML <input> con attributo HTML number, range o di una data), il passo tra il valore minimo e quello massimo eventualmente ammessi.
|
tag |
valore |
|---|---|
|
|
Esempio
<input type="number" min="10" max="20" step="5">
0 Comment