Is there a way to dynamically show the value of an input range as it is being selected?
<table>
<tr>
<td>Temp: </td>
<td>
<span>[SELECTED RANGE VALUE]<span>
<input type="range" value="75">
</td>
</tr>
</table>