<TEXTAREA
COLS=n
NAME=name
ROWS=n>
</TEXTAREA>
Creates a multiline text entry control in which the user can type and edit text. The end-tag is required.
Any text between the start-tag and end-tag is used as the initial value for the control.