Explanation and Syntax for BS Forms
<form>
<!-- Each child div should contain class="form-group"-->
<div class="form-group">
<label for="idOfElement"> </label>
<!-- Each input should contain a class="form-control"-->
<input type="text" class="form-control" id="" placeholder="some text" />
</div>
</form>
.inline-form
to your form, to make your form span horizontally across the page.sr-only
text
, password
, datetime
, date
, month
, time
, week
,
number
, email
,url
, search
, tel
and color
..form-control
are: input, textarea, select, ....input-lg
, .input-sm
.form-group-lg
to make label and element scale large, instead of applying
it to the elements individually!