Google
CSS Caption-Side Property

Description:
Specifies the position of the table caption with respect to the table box.
Syntax:
caption-side: [value];
Possible Values:
  • top
  • bottom
  • inherit
Initial Value:
Top
Applies To:
Tables with a caption
Inherited:
Yes
Media:
Visual
Example:
caption {caption-side:bottom; width: auto; text-align: left;}