📄 login.htm
字号:
<html>
<body>
<center>
<h2>系统登录</h2>
<form method="post" action="process.jsp">
<table border bordercolor="#FF0066" bgcolor='#FFCCFF'>
<tr><td width="40%">用户名:</td>
<td><input type="text" name="username"></td>
<tr><td width="40%">密码:</td>
<td><input type="password" name="password"></td>
<tr>
<td colspan="2" align="center">
<input type="submit" value="登录">
<input type="reset" value="清空">
</td>
</table>
</form>
<a href="register.htm">注册新用户</a>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -