Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 13, 2014 23:55
Show Gist options
  • Select an option

  • Save DeanPoulin/8410362 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8410362 to your computer and use it in GitHub Desktop.
Selects
<select class="form-control">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
<select multiple class="form-control">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment