案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<form action="/example/demo_form.aspx" method="get">
5
  <p>Email: <input type="text" name="email" style="width:150px" /></p>
6
  <p>PIN: <input type="text" name="fname" maxlength="18" style="width:50px" /></p>
7
  <input type="submit" value="Submit" />
8
</form>
9
10
11
<p>请在提交按钮上单击,输入会发送到服务器上名为 "demo_form.aspx" 的页面。</p>
12
13
</body>
14
</html>