zhuce.html

来自「网上聊天室.用JSP+SQL+SERVLET+ SERVER 2000数据库等构」· HTML 代码 · 共 38 行

HTML
38
字号

<html>
<title>
	注册
</title>
<link href="style.css" rel="stylesheet">
<body bgcolor="#ffffc0">
	<center>
    <table width="100%" height="112"  border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td>
		<form method="post" action="zhuce.jsp" >
		用 户 名:
		  <input type="text" name="username">
		<br>
		密 &nbsp;  码 :
		<input type="password" name="password1">		
		<br>
		确认密码:
		<input type="password" name="password2">
		<br>
		用户昵称:
		<input type="text" name="nicheng">
        <br>
        <input name="submit" type="submit" class="btn_grey" value="提交">  
        <input name="reset" type="reset" class="btn_grey" value="重新输入">
		<a href="login.html" >-->>>返回首页</a>
</form>
		</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
    </table>		

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?