login.html
来自「一个简单的JSP聊天程序」· HTML 代码 · 共 74 行
HTML
74 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>login</title>
<style type="text/css">
<!--
a:link,a:visited {text-decoration:none;color:#333333}
a.lb:hover{text-decoration:underline;color:white}
a:hover {text-decoration:underline;color:#003399}
a:active{text-decoration:none;color:black}
.cn0 {font-family: "宋体"; font-size: 12.8px}
.cn1 {font-family: "宋体"; font-size: 12.8px; line-height:150%}
.cn2 {font-family: "宋体"; font-size: 12.8px; line-height:150%; letter-spacing: 2px}
.cn3 {font-family: "宋体"; font-size: 12.8px; line-height:150%;color:#336699}
.cn4 {font-family: "宋体"; font-size: 12.8px; line-height:170%}
.cn5 {font-family: "宋体"; font-size: 12.8px; line-height:170%; letter-spacing: 2px}
.cn6 {font-family: "宋体"; font-size: 12.8px; line-height:170%;color:#336699}
.cnt0 {font-family: "宋体"; font-size: 14.5px}
.cnt1 {font-family: "宋体"; font-size: 14.5px;line-height:160%}
.cnt2 {font-family: "宋体"; font-size: 14.5px;line-height:160%; letter-spacing: 3px}
.cnt3 {font-family: "宋体"; font-size: 14.5px;line-height:160%;color:#336699}
.e0 {font-family: "Arial","tahoma"; font-size: 9pt}
.e1 {font-family: "Arial","tahoma"; font-size: 9pt;line-height:140%}
.e2 {font-family: "Arial","tahoma"; font-size: 14.5px;line-height:160%}
-->
</style>
</head>
<body bgcolor="#99CCCC">
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><img src="images/duke2.gif"></p>
<p align="center"><font color="#000000"><b><font color="#666666">[登录三角地聊天室]</font></b></font></p>
<form method="POST" action="login.jsp">
<div align="center"><center>
<table border="0" width="270" height="245" cellpadding="2" cellspacing="3" bgcolor="339999">
<tr>
<td width="70">
<div align="center" class="cn0"><font color="#FFFFCC">[呢称]</font></div>
</td>
<td width="200" class="cn0">
<input type="text" name="username" size="15">
</td>
</tr>
<tr>
<td>
<div align="center" class="cn0"><font color="#FFFFCC">[用户名]</font></div>
</td>
<td class="cn0">
<input type="text" name="sex2" size="15">
</td>
</tr>
<tr>
<td>
<div align="center" class="cn0"><font color="#FFFFCC">[密码]</font></div>
</td>
<td class="cn0">
<Input type="password" name="sex" size="15">
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" value="我要聊天">
<input type="reset" value="不想聊了">
</td>
</tr>
</table>
</center></div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?