📄 entercontact.html
字号:
<html>
<head>
<title>
联系信息
</title>
</head>
<body>
<form action="processForm.asp" method="post">
<h3>请输入你的联系信息</h3>
姓名: <input type="text" name="Name"><br>
地址: <input type="text" name="address"><br>
Mail: <input type="text" name="email"><br>
电话: <input type="text" name="phone"><br>
主页: <input type="text" name="homepage"><br>
<input type="submit" value="保存">
<input type="reset" value="清空"><br>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -