<html>
<body>
<form action="https://www.w3schools.com/action_page.php" method="get" id="form1">
First name: <input type="text" name="fname"><br>
<input type="submit" value="Submit">
</form>
<p>Display a gauge:</p>
<p>Anna's score: <meter form="form1" name="anna" min="0" low="40" high="90" max="100" value="95"></meter></p>
<p><strong>Note:</strong> The form attribute of meter does not work in any of the major bowsers.</p>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml5_meter_form by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:09:59 GMT -->
</html>