Answers for "how to set decimal value range in html"

1

range in decimals html

<input type="range" name="points" min="1" max="10" 
       step="0.25" onchange="alert(this.value)"/>
Posted by: Guest on October-25-2020

Code answers related to "how to set decimal value range in html"

Browse Popular Code Answers by Language