📄 insertform.html
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<html>
<head>
<title>添加课件信息</title>
</head>
<body background="3.jpg">
<br>
<div align="center"><font size=7 color="#CC00FF" face="华文琥珀">课件信息描述</font></div>
<br><br><br>
<form method="post" action="insert.jsp">
<div align="center">
<p>课件标题:<input type="text" name="title"></p>
<p>作 者:<input type="text" name="author"></p>
<p>内容摘要:<input type="text" name="content"></p>
<p>上传时间:<input type="text" name="mytime"></p>
<pre></pre>(例如:2007-01-01)
</div><br>
<div align="center">
<p>
<input type="submit" value="提交">
<input type="reset" vlaue="取消">
</p>
</div><br>
</form>
<div align="center">
<p><font size=5 color="#CC00FF" face="华文琥珀"><a href="firstpage.html" >返回首页</a></font></p>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -