The final category of form field is the TEXTAREA . A TEXTAREA tag
can be used to insert a multiple line text entry area into your form. Like the Select tag,
there is an opening and closing tag.
The attributes ROWS and COLS
sets the size of the field. You can also enter DEFAULT
TEXT by placing the text between the <TEXTAREA> .. </TEXTAREA> tags.