A table with a bottom aligned <caption> element:
![]()
The align attribute is supported in all major browsers.
Note:
The <caption> align attribute is not supported in HTML5. Use CSS instead.
The align attribute of <caption> is deprecated in HTML 4.01.
The align attribute defines the alignment of a caption element.
This attribute should align the caption as a block element to the left, right, above, or below a table.
The align attribute of <caption> is not supported in HTML5. Use CSS instead.
CSS syntax: <caption style="caption-side:bottom"> or <caption style="text-align:left">
CSS Example: Position a table caption
In our CSS tutorial you can find more details about the caption-side property and the text-align property.
| Value | Description |
|---|---|
| left | The caption is at the left of the table |
| right | The caption is at the right of the table |
| top | The caption is at the top of the table (this is default) |
| bottom | The caption is at the bottom of the table |
HTML <caption> tag
Your message has been sent to W3Schools.