html&css
<form> <fieldset> <legend>form</legend> ID:<input type="text" name="ID" size=15> PASS:<input type="text" name="PASS" size=15> <select name="OS"> <option value="WIN">Windows <option value="MAC">Macintosh <option value="UNIX">UNIX </select> <input type="submit" value="OK"> <button>Uselessness</button> <br> <textarea name="Rajia" cols=40 rows=3> none </textarea> <select name="History" size=3> <option>ID:Faruru</option> <option>2008/11/09/13:45</option> <option>Internet Explorer</option> <option>Connected history now</option> </select> </fieldset> </form>