|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <style> |
|
5 </style> |
|
6 </head> |
|
7 <body> |
|
8 <div> |
|
9 <select> |
|
10 <option>This is option one</option> |
|
11 <option>This is option two</option> |
|
12 <option>This is option three which is long</option> |
|
13 <option>This is option four</option> |
|
14 </select> |
|
15 </div> |
|
16 <div> |
|
17 <select size="3"> |
|
18 <option>This is option one</option> |
|
19 <option>This is option two</option> |
|
20 <option>This is option three which is long</option> |
|
21 <option>This is option four</option> |
|
22 </select> |
|
23 <div> |
|
24 </body> |
|
25 </html> |
|
26 |
|
27 |