📄 登陆界面.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>在线考试系统登陆界面</title>
<style type="text/css">
<!--
h1 {
font-size: medium;
}
body {
background-color: #FFFFFF;
}
-->
</style></head>
<body>
<h2 align="center">在线考试系统登陆</h2>
<hr />
<form id="form1" name="form1" method="post" action="">
<table width="259" border="1" bordercolor="#9999FF" bgcolor="#CCCCCC">
<tr>
<td width="168">工号/学号</td>
<td width="75"><label>
<input type="text" name="textfield" />
</label></td>
</tr>
<tr>
<td>密码</td>
<td><input type="text" name="textfield2" /></td>
</tr>
<tr>
<td>登陆身份</td>
<td><select name="select">
<option>学生</option>
<option>教师</option>
<option>教务员</option>
</select>
</td>
</tr>
</table>
<p>
<input name="Submit" type="submit" value="登陆" />
<input name="Submit2" type="submit" value="重置" />
</p>
</form>
2008年9月30日 21:01
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -