Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML textarea definition

Syntax

<textarea> ... </textarea>

Description

Defines a multiline text input control.

Attributes

Common attributes.

Example

[Try this example yourself]
<textarea rows="4" cols="30">
This is a textarea
</textarea>

Output

  • Comments

No comments added.