A <meter> element located outside a form (but still a part of the form):
Example:
HTML
<form action="/action_page.php" method="get" id="form1">
First name: <input type="text" name="fname"><br>
<input type="submit" value="Submit">
</form>
<p><label for="anna">Anna's score:</label>
<meter id="anna" form="form1" name="anna" min="0" low="40" high="90" max="100" value="95"></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 |