HTML / HTML Attributes

HTML Max Attribute

Oct 12, 2022
1 min read
HTML max Attribute

Definition

The max Attribute is used to specify a maximum value. For instance:

  • <input> - It specifies the element’s maximum value and can be a number or date.
  • <meter> - It specifies the higher edge of a range.
  • <progress> - It specifies the total amount required to complete a task.

Applicable Elements

The max Attribute can be used with the following elements:

Further information is coming soon. In the meantime, please read our commentary under the above links.