index.htm

来自「教学平台」· HTM 代码 · 共 47 行

HTM
47
字号
<!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>&nbsp;</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">&nbsp;</td>
        </tr> </form>
  </table>

</div>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?