HyperText Markup Language/Tag List/textarea

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

An element of the object FORM

[edit] Format

<textarea name=any_name cols=#_of_columns rows=#_of_rows>
This is text inside textarea
</textarea>

[edit] Examples

<textarea name=text cols=50 rows=10> This is text inside textarea </textarea>

  • Define a textarea name text with 10 rows, 50 columns
In other languages