Created
July 28, 2015 10:17
-
-
Save craigbutcher/080d13b04d114e1e004e to your computer and use it in GitHub Desktop.
Placeholder for select box.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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