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;
}
Specifies the placement of a table caption
caption-side: top|bottom|initial|inherit;
#example1 {
caption-side: bottom;
}
#example2 {
caption-side: top;
}