'select' Syntax and Note : select « HTML Tag Reference « HTML CSS Reference






'select' Syntax and Note

Note: 
    
Creates a drop-down or pick list. 
The options displayed are created in the <option> element.


Syntax:

<select attributes events> . . . </select>

      
      








Related examples in the same category

1.'select' HTML Attributes
2.'select' Event Handlers
3.'select' CSS Attributes and JavaScript Style Properties
4.'select' Example
5.'select' Microsoft Behaviors
6.'select' JavaScript Properties
7.'select' JavaScript Methods
8.'select' JavaScript Collections
9.'select' JavaScript Objects