From Htmlpedia
Contents |
[edit]
HTML Element TEXTAREA
[edit]
Definition and Usage
The <textarea> tag defines a text-area (a multi-line text input control). A user can write text in the text-area. In a text-area you can write an unlimited number of characters. The default font in the text-area is fixed pitch.
[edit]
Examples
<p><textarea rows="2" cols="20"> The cat was playing in the garden. Suddenly a dog showed up..... </textarea></p>
[edit]
Attributes
[edit]
Optional Attributes
[edit]
Standard Attributes
id, class, title, style, dir, lang, xml:lang, tabindex, accesskey
[edit]
Event Attributes
onfocus, onblur, onselect, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup
[edit]
Tags in Tag
- Fontstyle
- Phrase
EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ABBR, ACRONYM
[edit]
