📄 ch5-2.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>登录</title>
</head>
<body bgcolor="#FFFFCC">
<p align="left"><font size="5">用户登录</font></p>
<form name="form1" method="post" action="ch5-2.jsp">
<table width="390">
<tr>
<th scope="row"><div align="right">用户名:</div></th>
<td><div align="left">
<input name="name" type="text" id="text2">
</div></td>
</tr>
<tr>
<th scope="row"><div align="right">密 码:</div></th>
<td><div align="left">
<input name="mima" type="password" id="mima">
</div></td>
</tr>
<tr>
<th scope="row"><div align="right"></div></th>
<td><div align="left">
<input type="submit" name="Submit" value="登录">
</div></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -