I want to add "month" after the input in bootstrap, in the side of it.
I've tried span
, pull-left
nothing worked. Months
is always below
<form role="form">
<div class="form-group">
<label for="exampleInputEmail1">Months</label>
<input type="email" class="form-control" style="width: 50%" id="exampleInputEmail1" placeholder="Months"> months
</div>
</form>