Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<title>Options wrapped in a &lt;div&gt; render in a listbox select</title>
<style>select { width: 60px; } option { padding-inline: 0; }</style>
<select size="4">
<option>a</option>
<option>b</option>
<option>c</option>
</select>