Skip to content

Instantly share code, notes, and snippets.

@seanking94
Created July 7, 2015 22:07
Show Gist options
  • Save seanking94/6a58e27bad11b726338c to your computer and use it in GitHub Desktop.
Save seanking94/6a58e27bad11b726338c to your computer and use it in GitHub Desktop.
<select name="categoryDropdown>
<option value='?category'>Anatomical Feature</option>
<option value='"bark"'>Bark</option>
<option value='"cone"'>Cone</option>
<option value='"fruit"'>Fruit</option>
<option value='"inflorescence"'>Inflorescence</option>
<option value='"leaf"'>Leaf</option>
<option value='"seed"'>Seed</option>
<option value='"stem"'>Stem</option>
<option value='"twig"'>Twig</option>
<option value='"unspecified"'>Unspecified</option>
<option value='whole gametophyte'>Whole Gametophyte</option>
<option value='"whole plant"'>Whole Plant</option>
<option value='"whole tree"'>Whole Tree</option>
<option value='"whole tree (or vine)"'>Whole Tree (Or Vine)</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment