Welcome to ITM Web100 Training Program

The Select Widget

The Select Widget

Attribute Description
NAME Specifies what name the browser should use for the name/value pair sent in the HTTP body
SIZE Specifies the number of choices that should be visible to the user
SELECTED Specifies the choice that is selected by default
MULTIPLE Specifies that the user should be able to select multiple items in the list
VALUE Specifies the valueof a choice

The SIZE Attribute

The SELECTED Attribute

The MULTIPLE Attribute