![]() |
Definition and UsageThe The form-data can be sent as URL variables (with Notes on GET:
Notes on POST:
Applies toThe
Browser Support |
Example:
HTML
<form action="/action_page.php" method="get" target="_blank">
<label for="fname">First name:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="lname">Last name:</label>
<input type="text" id="lname" name="lname"><br><br>
<input type="submit" value="Submit">
</form>
html method attribute |
How to Submit a form using the "get" method | HTML Attribute |
Read Full: | HTML Attribute |
Type: | Develop |
Category: | Web Tutorial |
Sub Category: | HTML Attribute |
Uploaded: | 5 days ago |
Uploaded by: | Admin |
Views: | 25 |
Reffered: https://www.w3schools.com/tags/att_method.asp