<!DOCTYPE HTML>
<html>
<body>
<form action="/example/demo_form.aspx" method="get">
Points: <input type="number" name="fname" min="0" max="10" />
<input type="submit" />
</form>
</body>
</html>