Computer Applications
Which tag is used to define a selection list in a form?
<OPTION><SELECT><NAME><SELECTION>
HTML Advanced Features
2 Likes
Answer
<SELECT>
Reason — <SELECT> tag is used to define a selection list in a form.
Answered By
1 Like
Related Questions
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
CGI stands for ………….. .
- Computer Graphics Interface
- Common Gateway interface
- Collective Gateway Interchange
- Common Graphics Interface
Which of the following are the attributes of the
<INPUT>tag?- Value and Size
- Name and Length
- Type and Text
- None of these