English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The optimum property specifies the range of the gauge value to be considered as the optimal value
The optimal value is 0.6Ruler:
<!DOCTYPE html> <html> <head> <title>HTML:<meter> optimum property - Sitio web de tutoriales básicos(oldtoolbag.com)</title>/title> </head> <body> <p>Mostrar un medidor:</p> <p><meter value="0.3" high="0.9" low="0.1" optimum="0.6></meter></p> </body> </html>Ver la prueba ‹/›
IEFirefoxOperaChromeSafari
Firefox, Opera, Chrome y Safari 6 Soporta la propiedad optimum de la etiqueta <meter>.
La propiedad optimum de la etiqueta <meter> especifica el rango de valores que se consideran valores óptimos.
La etiqueta <meter> es HTML5 nueva etiqueta en
<meter optimum="number">
Valor | Descripción |
---|---|
number | Especifica un número de coma flotante, que es el valor óptimo del medidor. |