The caption-side property determines the vertical positioning of the <caption> element within a table. This has no effect if such element does not exist.

Below an example with two tables with different values set to the caption-side property:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2837dae8-ab5c-4234-8bb3-084d98315b6d/Untitled.png

The table on the left has caption-side: top while the one on the right has caption-side: bottom.

:table
Value | Description
*top* | This is the default value. It places the caption above the table.
bottom | This value places the caption below the table.