Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<body>
<form>
<select>
<option>Default</option>
<option>Another</option>
</select>
<select>
<option>Another</option>
<option selected>Default</option>
</select>
<select multiple>
<option>option 1</option>
<option>option 2</option>
</select>
</form>
</body>