Easy Tutorial
❮ Att Button Name Canvas Ispointinpath ❯

HTML <select> form Attribute

HTML5 <select> Tag

Example

A dropdown list located outside the form (but still part of the form):


Browser Support

Firefox, Opera, Chrome, and Safari support the form attribute.

Note: Internet Explorer does not support the form attribute of the <select> tag.


Definition and Usage

The form attribute specifies one or more forms the dropdown list belongs to.


Differences Between HTML 4.01 and HTML5

The form attribute is new in HTML5.


Syntax

Attribute Values

Value Description
form_id Specifies the id of one or more forms the dropdown list belongs to, separated by spaces.

❮ Att Button Name Canvas Ispointinpath ❯