Sliders
You can choose any value in this range.
There will be a starting value which is set for you.
<input type='range' value='200' min='0' max='400'
oninput='pic.height = this.value'>
In this example the two sliders control a picture's height and width.