Update slider.html

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

View File

@ -110,7 +110,7 @@
}
</script>
<br><br>
this example both show how to setup the slider and how to read its values into a label
this example both show how to set up the slider and how to read its values into a label
<pre>
<code class="language-html">
<input type="range" min="1" max="100" value="0" class="range-slider-rounded" id="slider">