Forms

Textfield

Range

<form>
  <input type="range" min="0" max="100" value="50" step="1">
</form>