CSS Caption-Side Property

CSS 1

CSS 2

CSS 3

No Yes Yes

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;}


View All CSS Properties