CARVIEW |
Select Language
HTTP/2 301
server: GitHub.com
content-type: text/html
location: https://webplatform.github.io/docs/html/attributes/min/
access-control-allow-origin: *
expires: Wed, 15 Oct 2025 23:10:42 GMT
cache-control: max-age=600
x-proxy-cache: MISS
x-github-request-id: E7CB:218C74:6D0B:A643:68F02799
accept-ranges: bytes
age: 0
date: Wed, 15 Oct 2025 23:00:42 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210070-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760569242.860089,VS0,VE283
vary: Accept-Encoding
x-fastly-request-id: f4c357ae8d97c5989b5c22e658e9d3615d7a2fad
content-length: 162
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
x-origin-cache: HIT
last-modified: Thu, 09 Jan 2020 08:57:10 GMT
access-control-allow-origin: *
etag: W/"5e16eae6-27ce"
expires: Wed, 15 Oct 2025 23:10:42 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: 6CCD:218C74:6D0E:A645:68F02794
accept-ranges: bytes
age: 0
date: Wed, 15 Oct 2025 23:00:42 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210070-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760569242.156765,VS0,VE290
vary: Accept-Encoding
x-fastly-request-id: 7b22844181ec03106222ea533b20c11d33c36119
content-length: 2675
min ยท WebPlatform Docs
The min attribute works with the following input types: [number](/html/elements/input/type/number), [range](/html/elements/input/type/range), [date](/html/elements/input/type/date), [datetime](/w/index.php?title=html/elements/input/type/datetime&action=edit&redlink=1), [datetime-local](/html/elements/input/type/datetime-local), [month](/html/elements/input/type/month), [time](/html/elements/input/type/time) and [week](/html/elements/input/type/week).
This page is Not Ready
Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.
min
Summary
The min attribute specifies the minimum value for an <input> element.
Applies to | [HTMLInputElement](/html/elements/input) |
---|
For datetime, datetime-local, month, time, and week the value of the attribute must be a valid string of the type.
For number and range the value of the attribute must be a number: decimal or integer.
See also
Related articles
HTML
min
Other articles
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]