Skip to content

Instantly share code, notes, and snippets.

@aaggour
Created July 30, 2019 21:08
Show Gist options
  • Save aaggour/26d768dc9129b901c76bb5e23a4cb09f to your computer and use it in GitHub Desktop.
Save aaggour/26d768dc9129b901c76bb5e23a4cb09f to your computer and use it in GitHub Desktop.
range type
<input type=range min=10 max=30 value=10 step=1>
<input type=range multiple min=0 max=10 step="0.2" value="3,5">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment