Update slider.html

This commit is contained in:
steevLP 2022-03-20 13:48:38 +01:00 committed by GitHub
parent 9b46e672b4
commit bd674a15be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@
<pre>
<code class="language-html">
<input type="range" min="1" max="100" value="0" class="range-slider-rounded" id="slider">
<span>Span Value: </span><span id="output">0</span>
<span>Slider Value: </span><span id="output">0</span>
<script>
var slider = document.getElementById("slider");
var output = document.getElementById("output");