mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
32 lines
546 B
HTML
32 lines
546 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>
|
||
|
<select>
|
||
|
<optgroup>
|
||
|
<option>This is option one</option>
|
||
|
<option>This is option two</option>
|
||
|
<option>This is option three which is long</option>
|
||
|
<option>This is option four</option>
|
||
|
</optgroup>
|
||
|
</select>
|
||
|
</div>
|
||
|
<div>
|
||
|
<select size="3">
|
||
|
<optgroup>
|
||
|
<option>This is option one</option>
|
||
|
<option>This is option two</option>
|
||
|
<option>This is option three which is long</option>
|
||
|
<option>This is option four</option>
|
||
|
</optgroup>
|
||
|
</select>
|
||
|
<div>
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
|