Example
<form action="form_action.asp" method="get"> <p>First name: <input type="text" name="fname" /></p> <p>Last name: <input type="text" name="lname" /></p> <input type="submit" value="Submit" /></form>
Browser support
IE
1.Firefox
2.Chrome
3.Safari
4. Opera
All browsers support the
The above is the detailed content of Detailed explanation of parameters and attributes of form in HTML. For more information, please follow other related articles on the PHP Chinese website!