mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-06 00:19:08 +00:00
14 lines
237 B
HTML
14 lines
237 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<select size="10">
|
|
<option>one</option>
|
|
<option>two</option>
|
|
<optgroup>
|
|
<option>three</option>
|
|
<option>four</option>
|
|
</optgroup>
|
|
</select>
|
|
</body>
|
|
</html>
|