|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
2 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh" xml:lang="zh"> |
|
3 <head> |
|
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
5 <style type="text/css"> |
|
6 * { word-wrap: normal;} |
|
7 </style> |
|
8 <title>Test Wordwrap</title> |
|
9 </head> |
|
10 <body> |
|
11 <p>Test Text Input:<input type="text" id="username" name="username" size="25" value="this is a very loooooooooooooooooooooooooooooooooog text."/></p> |
|
12 <p>Test Password Input:<input type="password" id="password" name="password" size="25" /></p> |
|
13 |
|
14 <p> |
|
15 <select name="num" style="width: 8em"> |
|
16 <option value="1">1111111111111111111111111111111111111111</option> |
|
17 <option value="2">2222222222222222222222222222222222222222</option> |
|
18 <option value="3">3333333333333333333333333333333333333333</option> |
|
19 <option value="4">4444444444444444444444444444444444444444</option> |
|
20 </select> |
|
21 </p> |
|
22 |
|
23 <p> |
|
24 <select name="num2" size="6" style="width: 8em"> |
|
25 <option value="1">1111111111111111111111111111111111111111</option> |
|
26 <option value="2">2222222222222222222222222222222222222222</option> |
|
27 <option value="3">3333333333333333333333333333333333333333</option> |
|
28 <option value="4">4444444444444444444444444444444444444444</option> |
|
29 </select> |
|
30 </p> |
|
31 |
|
32 </body> |
|
33 </html> |