<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh" xml:lang="zh"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <style type="text/css"> * { word-wrap: break-word;} </style> <title>Test Wordwrap</title> </head> <body> <p>Test Text Input:<input type="text" id="username" name="username" size="25" value="this is a very loooooooooooooooooooooooooooooooooog text."/></p> <p>Test Password Input:<input type="password" id="password" name="password" size="25" /></p> <p> <select name="num" style="width: 8em"> <option value="1">1111111111111111111111111111111111111111</option> <option value="2">2222222222222222222222222222222222222222</option> <option value="3">3333333333333333333333333333333333333333</option> <option value="4">4444444444444444444444444444444444444444</option> </select> </p> <p> <select name="num2" size="6" style="width: 8em"> <option value="1">1111111111111111111111111111111111111111</option> <option value="2">2222222222222222222222222222222222222222</option> <option value="3">3333333333333333333333333333333333333333</option> <option value="4">4444444444444444444444444444444444444444</option> </select> </p> </body> </html>