blob: 51fda22bc0dd8bda960708a64715eab908a7d784 (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE html>
<html>
<body>
<div style="column-width: 1px;"><select style="height: 12em; display: block;"></select></div>
<div style="column-width: 1px;"><select multiple style="height: 12em; display: block;"></select></div>
</body>
</html>
|