loose DTD: TEXTAREA element | WebReference

loose DTD: TEXTAREA element

TEXTAREA

The <TEXTAREA> element represents a multi-line text field in a Form.

Example:

    <TEXTAREA NAME="address" ROWS=6 COLS=64>
    HaL Computer Systems
    1315 Dell Avenue
    Campbell, California 95008
    </TEXTAREA>

The content of the <TEXTAREA> element is the field's initial value.


Content


ATTRIBUTES
CONTENT DECLARATION

Tag Minimization
Open Tag: REQUIRED
Close Tag: REQUIRED

Parent Elements


Top Elements
All Elements
Tree


loose DTD