<TEXTAREA NAME="..." COLS="..." ROWS="...">...</TEXTAREA>
Mulitline text field (form component) - optional ROWS
and
COLS
attributes specify the number of visible rows and columns
in the text area, but the user can still enter more text (scroll bars will
appear).