mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
28 lines
492 B
HTML
28 lines
492 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<select>
|
|
<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>
|
|
</select>
|
|
</div>
|
|
<div>
|
|
<select size="3">
|
|
<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>
|
|
</select>
|
|
<div>
|
|
</body>
|
|
</html>
|
|
|
|
|