css.properties

caption-side

The caption-side property specifies the placement of a table caption.

Formal Syntax

top | bottom

See specification

JavaScript Access

// Access via element.style
element.style.captionSide = 'top';

Browser Support

standard | MDN · Spec · Spec

FeatureChromeFirefoxSafariEdge
caption-side11112
bottom11179
bottom-outside1preview
left11
right11
top11179
top-outside1preview
writing-mode_relative_values42

Related Properties