Skip to content

Instantly share code, notes, and snippets.

@kwoncharles
Created December 24, 2020 00:24
Show Gist options
  • Save kwoncharles/2374524e1ed9d811d68318bd342c970d to your computer and use it in GitHub Desktop.
Save kwoncharles/2374524e1ed9d811d68318bd342c970d to your computer and use it in GitHub Desktop.
select tag example
<select>
<option>당근</option>
<option>양파</option>
<option>마늘</option>
<option>배추</option>
<option>오이</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment