The valid values for method attribute of form tag in html are
Answers
Answered by
3
<!DOCTYPE html>
<html>
<body>
<form action="/action_page.php">
First name: <input type="text" name="FirstName" value="Mickey"><br>
Last name: <input type="text" name="LastName" value="Mouse"><br>
<input type="submit" value="Submit">
</form>
<p>Click the "Submit" button and the form-data will be sent to a page on the server called "/action_page.php".</p>
</body>
</html>
Answered by
2
Answer:
Sorry I don't know this answer
Similar questions
Social Sciences,
7 months ago
History,
7 months ago
Math,
7 months ago
Math,
1 year ago
Math,
1 year ago