![]() |
Definition and UsageThe When used together with the Applies toThe
Browser SupportThe |
Example:
HTML
<form action="/action_page.php">
Enter a date before 1980-01-01:
<input type="date" name="bday" max="1979-12-31">
Enter a date after 2000-01-01:
<input type="date" name="bday" min="2000-01-02">
Quantity (between 1 and 5):
<input type="number" name="quantity" min="1" max="5">
<input type="submit">
</form>
Example:
HTML
<meter min="0" low="40" high="90" max="100" value="95"></meter>
html min attribute |
How to Use of the min and max attributes - Input Example | HTML Attribute |
How to use A gauge with a current value and min, max, high, and low segments - Meter Example | HTML Attribute |
Read Full: | HTML Attribute |
Type: | Develop |
Category: | Web Tutorial |
Sub Category: | HTML Attribute |
Uploaded: | 5 days ago |
Uploaded by: | Admin |
Views: | 29 |
Reffered: https://www.w3schools.com/tags/att_min.asp