Textarea (HTML element)
From Wiki @ Karl Jones dot com
In HTML, the textarea element represents represents a multi-line plain-text editing control.
Description
Textarea is a container, with an opening and closing tag.
Examples
<textarea cols="80" name="comments"></textarea>