<select> Tag Attributes

Attributes of the <select> tag
global attributes In addition to the personal attributes of the <select> tag below, any of the common HTML attributes can also be coded.
autofocus="autofocus" Sets the value of the <select autofocus> boolean attribute to true. Omitting it sets to false.
disabled="disabled" Sets the value of the <select disabled> boolean attribute to true. Omitting it sets to false.
form
multiple="multiple" Sets the value of the <select multiple> boolean attribute to true. Omitting it sets to false.
name
size