Element: Textarea

The textarea element is used for accepting multiple lines of textual data from the user (including carriage-returns and space bar spaces). If you need a single line of input, use input type"text", If you need more than one line of input, use textarea.

Examine the source code of this document for details. Also see the CSS source code for sizing rules applied to the #meaning_of_life textarea element.