Computer Science, asked by viju3211, 1 year ago

How to specify that a user can enter more than one value in HTML?

Answers

Answered by SnehaG
0

When present, it specifies that the user is allowed to enter more than one value in the <input> element. Note: The multiple attribute works with the following input types: email, and file. Tip: For <input type="file">: to select multiple files, hold down the CTRL or SHIFT key while selecting.

Similar questions