Buidling HTML Surveys

Overview


Select



<select class="form-control">
  <option>option1</option>
  <option>option2</option>
  <option>option3</option>
</select>
					
which is rendered as the following:

Contents