[HTML] [attributo] max

max (attributo base HTML) stabilisce, ove applicabile, il valore massimo ammesso nei tag HTML <input> (con attributo type di valore date, number o range), <meter> e <progress>.

tag

valore

<input>

max = "[numero]"
max = "[data]" (solo per il tag HTML <input> con attributo type di valore date).

<meter>

max = "[numero]"

<progress>

Come sopra.

Esempio

<input type="date" max="2016-12-31">
<input type="number" max="100">
<meter value="70" max="100"></meter>
<progress value="70" max="100"></progress>



Contenuti correlati

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

Fonti esterne

attributi base html, html

Related Articles

0 Comment

Rispondi