![]() |
VOOZH | about |
The caption-side property in CSS is used to specify the position of a table caption. It determines whether the caption appears at the top or bottom of the table.
Syntax:
caption-side: top | bottom | block-start | block-end | inline-start | inline-end | initial | inherit;Properties:
Example: Here, we are using caption-side:top; property.
Example: Here, we are using caption-side:bottom; property.
Example: Here, we are using caption-side: initial; property.