Hello I have some input of type range on my code written with HTML like this :
this is my input :
<input type="range" min="1" max="100" value="50" class="slider" id="myRange">
But I can't see the current value... How can I do to display it ?
Thank you very much.