实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<form action="demo-form.php">
6
First name: <input type="text" name="FirstName" value="Mickey"><br>
7
Last name: <input type="text" name="LastName" value="Mouse"><br>
8
<input type="submit" value="Submit">
9
</form>
10
11
<p>Click the "Submit" button and the form-data will be sent to a page on the server called &quot;demo-form.php&quot;.</p>
12
13
</body>
14
</html>