目录

CSS caption-side 属性


示例

指定表格标题的位置:

#example1 {
  caption-side: bottom;
}

#example2 {
  caption-side: top;
}
亲自试一试 »

定义和用法

这个caption-side属性指定表格标题的位置。

展示演示❯

默认值: 顶部
遗传: 是的
可动画: 不。阅读可动画的
版本: CSS2
JavaScript 语法: 对象.style.captionSide="bottom"尝试一下

浏览器支持

表中的数字指定完全支持该属性的第一个浏览器版本。

Property
caption-side 1.0 8.0 1.0 1.0 4.0


CSS 语法

caption-side: top|bottom|initial|inherit;

属性值

Value Description Demo
top Puts the caption above the table. This is default Demo ❯
bottom Puts the caption below the table Demo ❯
initial Sets this property to its default value. Read about initial
inherit Inherits this property from its parent element. Read about inherit

相关页面

CSS教程:CSS表

HTML DOM 参考:标题边属性