📄 land1.html
字号:
<html>
<head>
<style type=text/css>
.mode2{
font-size:9pt;
line-height:18px;
color:#FF1A1A
}
.mode3{
font-size:10pt;
color:#000000
}
.mode4{
font-size:10pt;
color:#8A8A8A
}
</style>
</head>
<body background="images/chat.gif">
<table border="0"width="100%" height="100" cellspacing="0" cellpadding="0"><!--1-->
<tr><!--1.1-->
<td rowspan="2" width="350"><!--1.1.1-->
<table border="0" width="400"><!--2-->
<tr>
<td>
<table border="0" height="5" width="300">
<tr>
<td><img src="images/girl.gif" width=53 height=43></td>
<td style="font-size:11pt;color:#880044;">聊天室使用说明:</td>
</tr>
<tr>
<td class="mode3"><pre> 1.</pre></td>
<td class="mode2">您登陆以后,系统会自动将您列入在线人数范围以内;退出时,系统又会自动将您从在线人 数范围内删除;</td>
</tr>
<tr>
<td class="mode3"><pre> 2.</pre></td>
<td class="mode2">您输入的用户名不得超过十二位,密码最多不得超过八位,且不得包含html标识,小数点, 及特殊字符;</td>
</tr>
<tr>
<td class="mode3"><pre> 3.</pre></td>
<td class="mode2">此程序仅供千人工程STWH05038项目部内部使用,不得外泄!</td>
</tr>
</table>
</td>
</tr>
<tr><!--2.2-->
<td height="200"><p> </p></td>
</tr>
<tr><!--2.3-->
<td>
<div align="center">
<img src="images/letter1.gif"
height="30"width="30"> <span style="font-size=11pt;color=#880044;">联系我们</span><br>
<span style="font-size:9pt;color=#880044"> 学校在址:武昌区曙光村千人工程</span>
<br><span style="font-size:9pt;color=#880044">项 目 部: STWH05038项目部 </span>
<br><span style="font-size:9pt;color=#880044">联 系 人: 谭 玉 珍</span>
<br><span style="font-size:9pt;color=#880044">联系方式: 13476841525</span>
</div>
</td>
</tr>
</table>
</td><!--1.1.1完-->
<td width="400" height="10" align="top"><!--1.1.2-->
<table border="0">
<tr>
<td width="250">
<img src="images/free.gif" width="150" height="45"></td>
<td><a href="check.html"><font size="3">聊天室公约</a></td>
</tr>
</table>
</td>
</tr>
<tr><!--1.2-->
<td><!--1.2.1-->
<table border="0" width="430">
<tr>
<td><img src="images/girl.gif" width=53 height=43>
<img height=47 src="images/qinxi.gif" width=119></td>
</tr>
<tr>
<td>
<form name="form1" method="post" action="">
<table>
<tr>
<td class="mode4">用户名:</td>
<td><input type="text" name="username" maxlength="12"></td>
</tr>
<tr>
<td class="mode4">密码:</td>
<td><input type="text" name="password1" maxlength="8"></td>
</tr>
<tr>
<td class="mode4">确认密码:</td>
<td><input type="text" name="password2" maxlength="8"></td>
</tr>
<tr>
<td class="mode4">QQ号码:</td>
<td><input type="text" name="qq" maxlength="10"></td>
</tr>
<tr>
<td class="mode4">性别:</td>
<td><select name="sex">
<option value="girl" selected>女生</option>
<option value="boy">男生</option>
</select></td>
<td rowspan="2">
<input type="image" name="enter" src="images/enter.gif" width="61" height="32">
</td>
</tr>
<tr>
<td class="mode4">刷新:</td>
<td><select name="refresh">
<option value="1" selected>1 秒</option>
<option value="2" selected>2 秒</option>
<option value="3" selected>3 秒</option>
<option value="4" selected>4 秒</option>
<option value="5" selected>5 秒</option>
</select></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</td><!--1.2.1完-->
</tr><!--1.2完-->
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -