CAPTION-SIDE Property In CSS
caption-side Property in CSS
caption-side property Declares where the table caption is displayed in relation to the table.
Possible Value:
top bottom left right
Examplecaption { caption-side:top; }
caption { caption-side:right; }