TEXTAREA TAG: <TEXTAREA> and </TEXTAREA>

Used within a set of <FORM> tags, this tag provides the user with a multi-line block in which to enter text. The following attributes are supported:
COLUMNS:
Specifies the width of the block of text in characters.
NAME:
This attribute is used to provide a unique identifier for the block of text.
ROWS:
Specifies the height of the block of text in characters.