caption-side

Previous- word-spacing  |  Next-table-layout

Description

This property specifies the position of the caption box with respect to the table box.


Initial Value : top

Applies to : 'table-caption' elements

Inherited : yes

Possible Values
top | bottom | left | right | inherit

Example(s)
caption { caption-side: bottom; width: auto; text-align: left }

Previous- word-spacing  |  Next-table-layout