Can I allow users to make multiple selections?

Yes, Select2 supports making multiple selections through the use of the multiple option that can be passed in when initializing Select2.

Can the multiple attribute be used on my <select> element?

Yes, Select2 will automatically map the value of the multiple attribute to the multiple option during initialization.