Computer Science, asked by ankitdubey6662, 2 months ago

Write a program in HTML to create a form with textboxes and submit button.

Answers

Answered by jaihind1234
2

Explanation:

The <input type="submit"> defines a button for submitting the form data to a form-handler. The form-handler is typically a file on the server with a script for processing input data. The form-handler is specified in the form's action attribute.

Similar questions