TABLE.caption (Property)

The caption text contained in a CAPTION object belonging to the TABLE object.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:CAPTION object
JavaScript syntax:-myTABLE.caption

This property yields a reference to a CAPTION object belonging to the table. That is if you have defined a caption with the <CAPTION> HTML tag.

Warnings:

See also:CAPTION object

Property attributes:

ReadOnly.