how to create range slider in html code example
Example: html slider input
<input type="range" min="1" max="100" value="50" class="slider" id="myRange">
<input type="range" min="1" max="100" value="50" class="slider" id="myRange">