?? login.htm
字號:
<html>
<body>
<center>
<h2>系統(tǒng)登錄</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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -