表单五
加入如下代码到head区域 <style> .bd1{width:250px;height:20px;border-width:0px;background-color:#EEEEEE;} .bd2{width:250px;height:150px;border-width:0px;overflow:hidden;background-color:#EEEEEE;} </style>
加入如下代码到body区域 <table width="279" height="133" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left"><p> <form name="form1" method="post" action=""> <input name="Input" class="bd1"> <br> <input name="Input" class="bd1"> <br> <input name="Input" class="bd1"> <br> <textarea name="textarea" cols="41" class="bd2"></textarea size="40"> <br> <input type="submit" name="Submit" value=" 确 认 " style="background-color:transparent"> <input type="reset" name="Submit2" value=" 重 置 " style="background-color:transparent"> </form> <p> </p></td> </tr> </table>