Skip to content

Instantly share code, notes, and snippets.

@phyesix
Created August 21, 2019 14:00
Show Gist options
  • Save phyesix/c069ddf5225d7c815d8e020f1ed36f71 to your computer and use it in GitHub Desktop.
Save phyesix/c069ddf5225d7c815d8e020f1ed36f71 to your computer and use it in GitHub Desktop.
option types - "label" attribute
<select>
<option label="3">Audi A3</option>
<option label="4">Audi A4</option>
<option label="5">Audi A5</option>
<option label="6">Audi A6</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment