Home > Abakada: Back to Basics > Language References > HTML Element Attributes > VALIGN Attribute
Sets or retrieves whether the caption appears at the top or bottom of the TABLE.
Inline |
<CAPTION VALIGN = 'top' | 'bottom'...> |
Script |
caption.vAlign = sAlign ] |
top |
Places the caption at the top of the table. |
bottom |
Places the caption at the bottom of the table. |
The property is read/write with a default value of top.
CAPTION