Look at the following code snippet:
<form action="feedback.php">
Rating:
<input type="range" name="rating" min="1" max="10">
<input type="submit">
</form>
Look at the following code snippet:
<form action="feedback.php">
Rating:
<input type="range" name="rating" min="1" max="10">
<input type="submit">
</form>