📄 login.html
字号:
<html>
<title>
投票实例
</title>
<link href="style.css" rel="stylesheet">
<body>
<center>
<table width="100%" height="112" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<form method="post" action=login.jsp >
用户名:
<input type="text" name="username">
<br>
密 码:
<input type="password" name="password">
<br>
<input name="submit" type="submit" class="btn_grey" value=" O K ">
<input type="reset" class="btn_grey" value="CANCLE">
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -