Label

Labels are normally paired with form's elements such as input, textarea, etc.

Usage

Here is an example of a standard usage of label paired with an input.

HTML
<label class="label margin-bottom-xxs" for="input-demo">Label</label>
<input class="input" id="input-demo" type="text" placeholder="Placeholder" />