📄 index.htm
字号:
<!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">
<!--
body,td,th {
font-size: 12px;
}
body {
background-color: #B1DB99;
}
-->
</style>
</head>
<body>
<div id="Context">
<table width="314" border="0" cellpadding="2" cellspacing="1">
<form action="upload.asp" enctype="multipart/form-data" name="form1" method="post">
<tr>
<th colspan="2" background="../images/Down_bg.gif">资料内容</th>
</tr>
<tr bgcolor="#66C06D">
<td width="68">资料名称</td>
<td width="235"><input name="strName" type="text" id="strName" /> </td>
</tr>
<tr bgcolor="#66C06D">
<td width="68">资料文件</td>
<td><input name="strFile" type="file" id="strFile" /> </td>
</tr>
<tr bgcolor="#66C06D">
<td> </td>
<td><input type="submit" name="Submit" value="提 交" />
<input type="reset" name="Submit2" value="重 置" /></td>
</tr>
<tr>
<td colspan="2" background="../images/Top_bg.gif"> </td>
</tr> </form>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -