Horje

How to create HTML <meter> optimum Attribute

A gauge with an optimal value of 0.5:

index.html
Example: HTML
 <p><label for="yinyang">Yin Yang:</label>
<meter id="yinyang" value="0.3" high="0.9" low="0.1" optimum="0.5"></meter></p> 

Output should be:

How to create HTML <meter> optimum Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin