Computer Science, asked by keshavaggarwal0881, 3 months ago

Which of the following tag is used to allow users select one out of a number of given choices?​

Answers

Answered by priyanka2616
3

Answer:

Explanation:

Datalist allow the user to select multiple values.

Explanation:

The < datalist > item defines a set of predefined options for the < input > element. It can be used to provide fast choices for an input field, such as an "autocomplete" function.

Not only does this save a user's time, but it also reduces errors, because the user is less likely to make a spelling error. The list attribute of the input element is used to bind it to the datalist element.

To pick multiple options, hold down the Ctrl (windows)/Command (Mac) button.

Similar questions