textarea

Support

Creates a multiline text input control.

If you need a single-line text input control, see the page for the input:text element.

Example

<form method="post" action="">
Message:<br />
<textarea name="message" cols="40" rows="5">Test message</textarea>
<br /><br />
<input type="submit" value="Send" />
</form>

Preview

Message: