<input type="range" min="" max="" step="" />
A control for entering a number whose exact value is not important.
| Attribute | Description | Default value |
|---|---|---|
| min | Minimum value for range | 0 |
| max | Maximum value for range | 100 |
| step | Amount to increase by on each increment. | 1 |