[HTML] [attributo] step

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

<input>

step = "[numero]"

Esempio

<input type="number"  min="10" max="20" step="5">

Contenuti correlati

  • CSS
  • HTML
  • JavaScript
  • jQuery
  • PHP
  • SQL
  • WORDPRESS

Fonti esterne

attributi base html, html

Related Articles

0 Comment

Rispondi