Computer Science, asked by surekhaGangane9637, 11 months ago

The valid values for method attribute of form tag in html are

Answers

Answered by prajwalgupta12345678
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 saisankargantayat12
2

Answer:

Sorry I don't know this answer

Similar questions