Textarea (HTML element)

From Wiki @ Karl Jones dot com
Jump to: navigation, search

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>

See also

External links