代码在这
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.样式1 {font-size: 24px}
body,td,th {
color: #CC0000;
}
body {
background-color: #00FFFF;
}
-->
</style>
</head><body>
<p>&nbsp; </p>
<table width="745" height="64" border="1">
  <tr>
    <td width="735" height="58"><div align="center"><span class="样式1"> 欢迎您的到来</span></div></td>
  </tr>
</table>
<p>&nbsp; </p>
<p>&nbsp;</p>
<form name="form1" method="post" action="chuli.jsp"> 
  <p class="样式1">学号 
    <input type="text" name="textfield">
  </p>
  <p class="样式1">姓名 
    <input type="text" name="textfield2">
  </p>
  <p class="样式1">专业 
    <input type="text" name="textfield3">
  </p>
  <p class="样式1">性别 
    <input type="text" name="textfield4">
  </p>
  <p>
<input type="submit" name="Submit" value="提交">    
<input type="reset" name="Submit2" value="重置">
</p>
  <p>&nbsp;</p>
  <p>&nbsp;    </p>
</form></body>
</html>