HTML <meter> with optimum Attribute
HTML <meter> with optimum Attribute
The optimum
attribute specifies which part between the minumum value and the maximum value is the best part.
Example
HTML Online Editor
<!DOCTYPE html>
<html>
<body>
<p>Car speed 40 mph - 70 mph is normal.</p>
<p>Honda Speed(60 mph) :<meter min="0" max="100" optimum="50" value="60"></meter></p>
</body>
</html>
Attribute Value
Value | Explanation |
---|---|
number | Specifies a floating point number between the minumum value and the maximum value. |
Reminder
Hi Developers, we almost covered 99.5% of HTML Tutorials with examples for quick and easy learning.
We are working to cover every Single Concept in HTML.
Please do google search for:
Join Our Channel
Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.
This channel is primarily useful for Full Stack Web Developer.