HTML Standard attribute: min
[this page | pdf | back links]
The HTML min attribute specifies the minimum
value applicable to an <input>
or <meter> element.
Valid attribute
values (when used with <input>, <meter>
elements) include:
|
Value
|
Description
|
|
number
|
Minimum (numerical)
value for element
|
|
date
|
Minimum (date) value
for an <input>
element
|
NAVIGATION LINKS
Contents | Prev | Next | HTML Attributes