Computer Science, asked by gourabsaikia, 5 months ago

Which one of the following is a form element?
a) text box
b) radio button
c) submit button
d) all of these​

Answers

Answered by cd054372
2

the right answer is d. all of these

thanks

Answered by vishakasaxenasl
0

Answer:

The correct answer is option(d)

All of these

Explanation:

Forms are used to collect the information from the user.

A form can multiple fields for entering various kinds of data.

For example:

  • The text box is used to enter the text and numeric data.
  • A radio button is used to enter only one answer out of the many options given
  • A check box is also similar to the radio button except that here you can check multiple options.
  • The textbox is used for longer text inputs, like, as comments or feedback, etc.
  • The file Input type is used when we want the user to upload some type of file document. Like: doc, jpeg, or png file, etc.
  • Submit button is used to submit the form to the server.

So all of these is the correct answer to the question.

#SPJ3

Similar questions