....you can also provide the html element "select" for the user to make multiple selections of "options", declaring it as follows:
. Note the attribute "Multiple".
...thus select, from more than 1 "option", the user must hold down the "Ctrl" key while making selections of more than 1 "option".
However, I advise, in case the user has to select multiple "options", the use of the html element of type "checkbox", since this element has no restriction regarding the Operating System, While Select with multiple attribute on MAC the key you should hold while making the mouse selection is not the same CTRL key used on Windows or LINUX. In Linux is also used the CTRL key, but in MAC is not.
Thank you.
Your difficulty is creating a combobox with HTML?
– Victor Stafusa
I didn’t really know about this command.
– Ming
I wanted to create something similar to the img thing, and I looked but I found nothing on google .
– Ming