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