Skip to content

Instantly share code, notes, and snippets.

View bugbee's full-sized avatar

Bugbee bugbee

View GitHub Profile
@bugbee
bugbee / gist:441dd6ebde5fe44e1878
Created March 13, 2016 05:59
US States select
<label> State:
<select name="state">
<option>AK</option>
<option>AL</option>
<option>AR</option>
<option>AZ</option>
<option>CA</option>
<option>CO</option>
<option>CT</option>
<option>DC</option>