<input type="range" value="24" min="1" max="100" oninput="this.nextElementSibling.value = this.value"> <output>24</output> Run code snippet