Skip to content

Instantly share code, notes, and snippets.

@aaggour
Created July 25, 2019 22:40
Show Gist options
  • Save aaggour/7f7fc6c5ee05438abc5675f353584366 to your computer and use it in GitHub Desktop.
Save aaggour/7f7fc6c5ee05438abc5675f353584366 to your computer and use it in GitHub Desktop.
the min, max, and step attributes
<input type="number" min="0" max="100" step="5">
<input type="range" min="0" max="15" step="5">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment