Computer Science, asked by shweta9531, 1 year ago

Which of the following input fields allow the user to select multiple
values?
datalist
none of these
U
radio
Checkbox​

Answers

Answered by smartbrainz
8

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.

To know more

Linear search is most suitable for which kind of data list

https://brainly.in/question/5812458

What are some examples of data? List at least 4.

https://brainly.in/question/11697693

Answered by hasanthimohanraj2
23

Answer:

checkbox and datalist

Explanation:

Similar questions