Skip to content

Instantly share code, notes, and snippets.

@pedromenezes
Created June 17, 2010 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedromenezes/442484 to your computer and use it in GitHub Desktop.
Save pedromenezes/442484 to your computer and use it in GitHub Desktop.
<select id="" style="width:300px;height:300px">
<optgroup label="Heróis">
<option value="1">He-man</option>
<option value="5">Gorpo</option>
<option value="3">Mentor</option>
</optgroup>
<optgroup label="Heroínas">
<option value="2">Teela</option>
<option value="4">Feiticeira</option>
</optgroup>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment