Basic Element

Basic Inputs

A block of help text that breaks onto a new line and may extend beyond one line.

Input Sizes

Set heights using classes like .form-control-lg and .form-control-sm.

Html5 Inputs

Input range

Range inputs have implicit values for min and max0 and 100, respectively. You may specify new values for those using the min and max attributes.

By default, range inputs “snap” to integer values. To change this, you can specify a step value. In the example below, we double the number of steps by using step="0.5".