This question already has an answer here:
- Difference between style = “position:absolute” and style = “position:relative” 9 answers
I was wondering how to have the value of the range to show up when scrolling the range input
<form action="#">
<h5>The Temperature</h5>
<!--the temperature-->
<p class="range-field">
<input type="range" id="temp" min="0" max="100" />
</p>