?? login.html
字號(hào):
<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=login.jsp >
用戶名:
<input type="text" name="username">
<br>
密 碼:
<input type="password" name="password">
<br>
<input name="submit" type="submit" class="btn_grey" value="登陸">
<input name="submit" type="submit" class="btn_grey" value="注冊(cè)">
</form>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -