caption caption returns the table caption. Syntax caption = table.caption Parameters caption is a string. Example if (table.caption) { // do something with the caption } Notes This property returns void if no caption exists on the table. Specification caption
caption returns the table caption.
caption = table.caption
caption is a string.
if (table.caption) { // do something with the caption }
This property returns void if no caption exists on the table.
caption