Computer Science, asked by gamerzoftheg, 1 month ago

Which tag is used to define submit button?​

Answers

Answered by manvimittal1502
3

Answer:

The <input type="submit"> defines a submit button which submits all form values to a form-handler. The form-handler is typically a server page with a script for processing the input data.

Answered by MysticalRainbow
2

Answer:

The <input type="submit"> defines a submit button which submits all form values to a form-handler. The form-handler is typically a server page with a script for processing the input data.

Similar questions