SELECT BOOTSTRAP
<div class="form-group">
<label for="exampleSelect">Example select</label>
<select class="form-control" id="exampleSelect">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
Cooperative Chinchilla