📄 index.htm~1~
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<form name="form1" method="post" action="login.jsp">
<p> </p>
<table width="200" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td width="84" height="20">name</td>
<td width="113"><input name="username" type="text" id="username"></td>
</tr>
<tr>
<td height="20">password</td>
<td><input name="password" type="text" id="password"></td>
</tr>
</table>
<table width="229" height="23" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td width="106" height="20" align="center"><p>
<input type="radio" name="authority" value="radiobutton">
</p>
</td>
<td width="120" align="center"><input type="radio" name="radiobutton" value="radiobutton"></td>
</tr>
</table>
<table width="200" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td align="center"><input type="submit" name="Submit" value="提交"></td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -