Property caption-side

Specifies the placement of a table caption

Formal syntax:

caption-side: top|bottom|initial|inherit;

Example:

 #example1 {
  caption-side: bottom;
}

#example2 {
  caption-side: top;
}