CAPTION-SIDE
The caption-side property specifies the position of the caption box with respect to the table box.
SYNTAX
CSS
caption-side: value;
JS
object.style.captionSide = "value";
VALUES
<'caption-side'> = top | bottom | inherit
top
Positions the caption box above the table box.
bottom
Positions the caption box below the table box.
inherit
Specifies the same value as the parent.
INITIAL
top