Difference between revisions of "Textarea (HTML element)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In HTML, the '''textarea''' element represents represents a multi-line plain-text editing control. == Description == Textarea is a container, with an openin...")
 
(No difference)

Latest revision as of 20:16, 1 May 2016

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