entercontact.html

来自「学ASP必看的100个小例子。觉得不错」· HTML 代码 · 共 20 行

HTML
20
字号
<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 + =
减小字号Ctrl + -
显示快捷键?