En el atributo HTML max especifica el valor máximo de un elemento. cuando el elemento de progreso utiliza el atributo max, especifica cuánto trabajo requiere la tarea en la tarea total.
Se aplica a:
El atributo max se utiliza en los siguientes elementos:
Ejemplo:
<!DOCTYPE html> <html> <body style="text-align:center;"> <h1 style="color:green;"> GeeksForGeeks </h1> <h2> HTML | max Attribute in Input Field </h2> <form id="myGeeks"> <input type="number" id="myNumber" step="5" name="geeks" placeholder="multiples of 5" max="100"> </form> <br> <br> <p style="font-size:20px;"> The maximum value for an input field is 100. </p> </body> </html>
Producción:
Navegadores compatibles: El navegador compatible con HTML | max Attribute se enumeran a continuación:
- Google Chrome
- Ópera
- Safari
- Firefox
- Internet Explorer No se admite en el atributo de medidor
Publicación traducida automáticamente
Artículo escrito por shubham_singh y traducido por Barcelona Geeks. The original can be accessed here. Licence: CCBY-SA