What type of form control is created by the following code snippet?
<input type="range" min="1" max="10">
A text field that accepts numerical values between 1 and 10.
A field that validates if the entered number is between 1 and 10.
A slider control that allows selecting values between 1 and 10.
A dropdown list with numbers from 1 to 10.