A drop-down list located outside a form (but still a part of the form):
![]()
The form attribute is supported in Firefox, Opera, Chrome, and Safari.
Note: The form attribute of the <select> tag is not supported in Internet Explorer.
The form attribute specifies one or more forms the drop-down list belongs to.
The form attribute is new in HTML5.
| Value | Description |
|---|---|
| form_id | Specifies a space-separated list of id's to one or more forms the drop-down list belongs to |
HTML <select> tag
Your message has been sent to W3Schools.