HTML Range Input (Slider) Generator

An input type "range" is used to define a numeric value between a minimum and maximum set range. In most browsers this element type is typically shown as a knob or a slider control.

Preview

Properties

Code

<input type="range" class="range-slider" name="rangeSlider" value="5" min="0" max="10"/>