login.html

来自「网上聊天室.用JSP+SQL+SERVLET+ SERVER 2000数据库等构」· HTML 代码 · 共 28 行

HTML
28
字号

<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>
		密&nbsp;&nbsp;码:
		<input type="password" name="password">
        <br>
        <input name="submit" type="submit" class="btn_grey" value="登陆">  
        <input name="submit" type="submit" class="btn_grey" value="注册">
</form>
		</td>
      </tr>
    </table>		

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?