Skip to content

Instantly share code, notes, and snippets.

@craigbutcher
Created July 28, 2015 10:17
Show Gist options
  • Save craigbutcher/080d13b04d114e1e004e to your computer and use it in GitHub Desktop.
Save craigbutcher/080d13b04d114e1e004e to your computer and use it in GitHub Desktop.
Placeholder for select box.
<select>
<option value="" disabled selected>Select your option:</option>
<option value="One">One</option>
<option value="Two">Two</option>
<option value="Three">Three</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment