HTML and CSS Reference
In-Depth Information
Vertically align this cell's contents to the top ,
center , bottom , or baseline of the cell.
valign= position
Set the width of this cell to n pixels or a per-
centage of the table width.
width= n
Define a multiline text-input area within a
<form> ; the content of the <textarea> tag is
the initial, default value.
<textarea> ...
</textarea>
Define the hot-key character for this ele-
ment.
accesskey= char
Display n columns (characters) of text within
the text area.
cols= n
Disable this control, making it inactive.
disabled
Define the name for the text-area value that
is passed to the forms-processing application
(required).
name= string
Specify an applet to be run when the mouse
leaves this element.
onblur= applet
Specify an applet to be run when the user
changes the value of this element.
onchange= applet
Search WWH ::




Custom Search