TEXTAREA
Attributes
•
Each TEXTAREA tag has attributes
NAME, COLS and ROWS.
<TEXTAREA name=address rows=5 cols=40>
default text goes here (or can be empty)
</TEXTAREA>
84