Table caption  - <CAPTION>   -  </CAPTION>

Previous- BUTTON - Clickable button  |  Next-CENTER - Centre text and objects on screen

Description
Displays a caption to a table.
Attributes
NameValuesDescription
alignbottom|center|left|right|topAlignment
classclassnameClass of the element which is used to associate the element with a style sheet.
dirltr|rtlThe direction in which text flows when surrounded by text which flows in different directions.
event_namescript_codeDefines script to run on event such as OnMouseOver
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
stylestringSpecifies style information for the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.
valignbaseline|bottom|center|topSpecifies the vertical alignment of the content within the cells

Example
<table>
<caption>this is my table caption</caption>
</table>
Will be displayed as :
this is my table caption

Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
YES YES YES YES YES YES YES YES YES

Previous- BUTTON - Clickable button  |  Next-CENTER - Centre text and objects on screen