📄 04_03.html
字号:
<html>
<head>
<title>input something in form</title>
</head>
<body>
<h2>
Input something in form.
</h2>
<form name="fm" action="04_02.jsp" method="post">
<p>input text:
<input type="text" name="textfield">
</p>
<p>input password:
<input type="password" name="passwordfield">
</p>
<p>input textarea:
<textarea name="textarea" rows="5" cols="50">
Hello,This is a textarea.
</textarea>
</p>
<p>input file:
<input type="file" name="myfile">
</p>
<p><center>
<input type="submit" value="提交">
</center></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -