caption-side

Specifies whether the caption of a table (the <caption> element) should be placed above or below the table content.

Quick example

table {
  caption-side: bottom;
  /* Moves the table title to the bottom */
}

Quick facts

Initial value
top
Inherited
Yes
Applies to
table caption elements
Animation type
discrete

Values

topbottom

caption-side Browser Support

Widely available Since 2015 96% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2015.

Safe to use without fallbacks.

1+
1+
1+
12+
ESC