To select multipal options in a form we can use__________(checkbox)
Answers
Answered by
1
Multiple options we use..
Select checkbox
Select checkbox
Answered by
2
We can select multiple options in the form by using multiple attribute. The <select> element is used to create a "drop-down" list.
The <option> tag used under the <select> element gives the list of options that are available. The drop down lists out all available options.
Multiple items are selected using checkboxes and multiselect .The pairs of variables are used to render the multiple selection.
Similar questions