They are displayed using the <caption> element above the table in the webpage. The caption-side property is used for the placement of the table caption and it’s values are discussed as
Value | Description |
top | To place Caption at top of table |
bottom | To place Caption at bottom of table |
It is used as
.tabletop { caption-side:bottom; }
The caption-side property has the ‘top’ value as its default value. It is not supported by IE 6 and IE 7 and both always position caption above the table.