<TextArea>
What
it does
This tag
is used to create a multiline field to enter text.
Attributes
accesskey="accessibility key character"
class="class name"
cols="number"
dir="direction for weak/neutral text"
disabled
id="document-wide unique id"
lang="language code"
name="name of target location"
onblur="script"
onchange="script"
onclick="script"
ondblclick="script"
onfocus="script"
onkeydown="script"
onkeypress="script"
onkeyup="script"
onmousedown="script"
onmousemove="script"
onmouseout="script"
onmouseover="script"
onmouseup="script"
onselect="script"
readonly
rows="number"
style="associated style info"
tabindex="position in tabbing order"
title="advisory title"
End
Tag: Required |