1<html> 2<head> 3 <style> 4 input { 5 font-size: 13px; 6 font-family: monospace; 7 } 8 </style> 9</head> 10<body> 11 <input id="EditBoxWithText" style=" position: absolute; left: 200px; top: 200px; width: 250px; height:20" value = "Long long long long text to fill the edit box" type="text"> 12 <input id="EditBoxWithNoText" style=" position: absolute; left: 200px; top: 250px; width: 250px; height:20" type="text"> 13</body> 14</html> 15