A gauge with a current value and min, max, high, and low segments:
Example:
HTML
<p><label for="anna">Anna's score:</label>
<meter id="anna" min="0" low="40" high="90" max="100" value="95"></meter></p>
<p><label for="peter">Peter's score:</label>
<meter id="peter" min="0" low="40" high="90" max="100" value="65"></meter></p>
<p><label for="linda">Linda's score:</label>
<meter id="linda" min="0" low="40" high="90" max="100" value="35"></meter></p>
How to create HTML <meter> Tag | HTML Tag |
What is HTML <meter> form Attribute | HTML Tag |
How to create HTML <meter> form Attribute | HTML Tag |
What is HTML <meter> high Attribute | HTML Tag |
How to create HTML <meter> high Attribute | HTML Tag |
What is HTML <meter> low Attribute | HTML Tag |
How to create HTML <meter> low Attribute | HTML Tag |
What is HTML <meter> max Attribute | HTML Tag |
How to create HTML <meter> max Attribute | HTML Tag |
What is HTML <meter> min Attribute | HTML Tag |
How to create HTML <meter> min Attribute | HTML Tag |
What is HTML <meter> optimum Attribute | HTML Tag |
How to create HTML <meter> optimum Attribute | HTML Tag |
What is HTML <meter> value Attribute | HTML Tag |
How to create HTML <meter> value Attribute | HTML Tag |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |