Welcome to ITM Web100 Training Program

The Text Field Widget

The Text Field Widget

Attribute Description
TYPE Specifies the type of interface widget. For a Text Field, you use "TEXT"
NAME Specifies the variable name associated with this widget
VALUE Specifies initial default text that should appear in the text field
MAXLENGTH Specifies the maximum number of characters allowed to be input into the widget
SIZE Specifies the width of the field

The VALUE attribute

The MAXLENGTH attribute

The SIZE attribute