Which input type creates a slider control?
<input type="scroll">
<input type="slider">
<input type="range">
<input type="drag">