Text Area
This tag creates a multiline textbox. It is used as part of a Form (see the FORM tag) as an input control.
Specifies the width of the textbox in characters.
Disables the textbox.
Specifies the name used by the Form to identify the drop-down list.
When set, the user will not be able to modify the contents of the textbox.
Specifies how many rows (lines) are displayed of the textbox.
<textarea cols="30" rows="5">Burns: I feel like such a free spirit, and I'm really enjoying this so-called... "iced cream".
...[1F05] Bart's Inner Child</textarea>