CSS Caption-Side Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
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;}