Computer Applications
Which form elements can accept input from the user?
- Input
- GET
- POST
- None of these
Related Questions
Which element sets up an area of the web page for a form?
- Input element
- Form element
- Checkbox element
- None of these
Which of the following code adds a text box on a form?
<INPUT Type = "Text"><INPUT Type = "Textbox"><INPUT Type = "Box">- None of these
Which of the following buttons is used to clear the contents and set the values of all the form elements to their initial state?
- SUBMIT
- SEND
- RESET
- None of these
Which tag is used to define a selection list in a form?
<OPTION><SELECT><NAME><SELECTION>