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