check.htm
来自「为适应网络媒体的发展」· HTM 代码 · 共 46 行
HTM
46 行
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>登陆</title>
</head>
<body>
<div align="center">
<table border="0" width="300" cellspacing="0" cellpadding="0" id="table1" bgcolor="#88C4FF">
<tr>
<td height="30">
<p align="center"><b>管理员登陆</b></td>
</tr>
<tr>
<td align="center">
<form method="POST" action="managerlogin.jsp">
<table border="0" width="95%" cellspacing="0" cellpadding="0" id="table2" bgcolor="#D2E9FF">
<tr>
<td align="right" width="201">用户名:</td>
<td width="249">
<input type="text" name="username" size="15"></td>
</tr>
<tr>
<td align="right" width="201">密 码:</td>
<td width="249">
<input type="password" name="password" size="15"></td>
</tr>
<tr>
<td align="right" colspan="2" height="25">
<p align="center">
<input type="submit" value="登陆" name="B1">
<input type="reset" value="取消" name="B2"></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?