INPUT:
Attributes


ALIGN

Vertical alignment of the image - for use only with TYPE=IMAGEMAP.

Values

Default Value
#IMPLIED

CHECKED

When present indicates that a checkbox or radio button is selected.

Values
CHECKED

Default Value
#IMPLIED

MAXLENGTH

The maximum number of characters that will be accepted as input. This can be greater that specified by SIZE , in which case the field will scroll appropriately. The default is unlimited.

Values
NUMBER

Default Value
#IMPLIED

NAME

Symbolic name used when transferring the form's contents. This attribute is always needed and should uniquely identify this field.

Values
CDATA

Default Value
#IMPLIED

SIZE

Specifies the size or precision of the field according to its type.

Values
CDATA

Default Value
#IMPLIED

SRC

A URL or URN specifying an image - for use only with TYPE=IMAGEMAP.

Values
CDATA

Default Value
#IMPLIED

TYPE

Defines the type of data the field accepts.

Values

Default Value
TEXT

VALUE

The initial value for the field, or the value when checked for checkboxes and radio buttons. This attribute is required for radio buttons.

Values
CDATA

Default Value
#IMPLIED


Go Back to INPUT


HTML 2.0 DTD