mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
14 lines
205 B
HTML
14 lines
205 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<select id="a">
|
|
<option>Option 1</option>
|
|
<option selected>Option 2</option>
|
|
<option selected>Option 3</option>
|
|
<option selected>Option 4</option>
|
|
</select>
|
|
|
|
</body>
|
|
</html>
|