Computer Science, asked by shweta9531, 11 months ago

W
Question
What is the difference between the input fields submit and button?
U
In submit the name of the button will be either Submit or Submit Query.
U
In button, the name of the button will be button.
O
Submit will submit or transfer the control to the next page.
O
Both button and submit will submit or transfer the control to the next page.
Button will submit or transfer the control to the next page.​

Answers

Answered by franktheruler
10

Answer:

In an application can always see that there are two most basic things present in it, they are input and output facility of the application. Most of the time the procedure of taking input from users is done with the help of buttons, which helps the computer understand that user is tending to give something input, for getting processed.

Explanation:

The inputs field are basically the place where the data can be provided, before passing the command by button press to take any input in the application.

Answered by sakthismart
7

Answer:submit will submit or transfer the control to the next page.

In submit,the name of the button will be either submit or submit query.

Explanation:

Similar questions