📄 zhuce.html
字号:
<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>
密 码 :
<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> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -