Slider
Sliders are used to define a particular range whose exact value is not important. Sliders can be used to control the sound in video player or filer the price in e-com website.
Simple Slider
The slider range can be set using min
and
max
attribute on input
element .
Slider with label
Labels can be added to the slider using the
datalist
element.