<h1 align="center"><font size="5">用户信息管理系统</font></h1>
<form name="f1" id="f1" action="" method="post" >
<table border="1" align="center">
<tr >
<td>用户:</td>
<td><input type="text" name="login" id="login" style="width:150px"></td>
</tr>
<tr >
<td>密码:</td>
<td><input type="password" name="password" id="password" style="width:150px"></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" value="登录" >    <input type="reset" value="取消"></td>
</tr>
<tr >
<td align="center" colspan="2"><a href="register.jsp">用户注册</a></td>
</tr>
</table>
<form name="f1" id="f1" action="" method="post" >
<table border="1" align="center">
<tr >
<td>用户:</td>
<td><input type="text" name="login" id="login" style="width:150px"></td>
</tr>
<tr >
<td>密码:</td>
<td><input type="password" name="password" id="password" style="width:150px"></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" value="登录" >    <input type="reset" value="取消"></td>
</tr>
<tr >
<td align="center" colspan="2"><a href="register.jsp">用户注册</a></td>
</tr>
</table>
</form>
运行效果: