HTML / HTML Attributes

HTML Min Attribute

Oct 12, 2022
1 min read
HTML min Attribute

Definition

The in Attribute is used to specify a minimum value. For instance:

  • <input> - It specifies the element’s minimum value and can be a number or date.
  • <meter> - It specifies the lower edge of a range.

Applicable Elements

The min Attribute can be used with the following elements:

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