CSS caption-side
Also see the full, alphabetical list of CSS properties
The CSS caption-side property is used to specify where a caption will be positioned with regards to the table (i.e. above or below the table).
| Syntax: | caption-side: <value> |
| Possible Values: |
|
| Initial Value: | Top |
| Applies to: | Tables with a caption |
| Inherited: | Yes |
| Media: | Visual |
| Example: |
|
| Try it yourself! |
|

