目錄 搜尋
Attributes accesskey (attribute) class (attribute) contenteditable (attribute) contextmenu (attribute) data-* (attribute) dir (attribute) draggable (attribute) dropzone (attribute) Global attributes hidden (attribute) id (attribute) itemid (attribute) itemprop (attribute) itemref (attribute) itemscope (attribute) itemtype (attribute) lang (attribute) slot (attribute) spellcheck (attribute) style (attribute) tabindex (attribute) title (attribute) translate (attribute) Elements a abbr address area article aside audio b base bdi bdo blockquote body br button canvas caption cite code col colgroup data datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 head header hr html i iframe img input input type="button" input type="checkbox" input type="color" input type="date" input type="datetime"-local input type="email" input type="file" input type="hidden" input type="image" input type="month" input type="number" input type="password" input type="radio" input type="range" input type="reset" input type="search" input type="submit" input type="tel" input type="text" input type="time" input type="url" input type="week" ins kbd label legend li link main map mark menu menuitem meta meter nav noscript object ol optgroup option output p param picture pre progress q rp rt rtc ruby s samp script section select slot small source span strong style sub summary sup table tbody td template textarea tfoot th thead time title tr track u ul var video wbr Miscellaneous Attributes Block-level elements CORS enabled image CORS settings attributes Element Inline elements Kinds of HTML content Link types Microdata Optimizing your pages for speculative parsing Preloading content Reference Supported media formats Using the application cache Obsolete acronym applet basefont big blink center command content dir element font frame frameset hgroup image input type="datetime" isindex keygen listing marquee nextid noframes plaintext strike tt xmp
文字

HTML <caption>元素代表了表的标题。虽然它总是<table>的第一个后裔,但它的造型,使用CSS,可能会将它放在其他地方,相对于 table 。

内容类别

无。

允许的内容

Flow content

标记省略

无,起始和结束标签都是强制性的。

允许的父元素

<table>元素,作为它的第一个后代。

允许的 ARIA 角色

DOM 接口

HTMLTableCaptionElement

属性

该元素包含全局属性。

align 自 HTML4.01 起弃用自 HTML5 以来不再使用此枚举属性指示标题必须如何与表格对齐。它可能有以下值:

  • left,显示在表格的左侧

  • top,在表格之前显示

  • right,显示在表格的右侧

  • bottom,在表格下显示

用法说明:请勿使用此属性,因为它已被弃用:<caption>元素应使用 CSS 进行样式设置。为了给该align属性提供类似的效果,请使用 CSS 属性caption-sidetext-align

使用说明

当作<table>为父元素的元素是元素<caption>的唯一后代时<figure>,请改用<figcaption>元素。

例子

请参阅<table>页面上的<caption>示例

规范

规范

状态

评论

HTML Living Standard该规范中'<caption>'的定义。

生活水平


HTML5该规范中'<caption>'的定义。

建议


HTML 4.01规范该规范中'<caption>'的定义。

建议


浏览器兼容性

Feature

Chrome

Edge

Firefox

Internet Explorer

Opera

Safari

Basic Support

(Yes)

(Yes)

1

(Yes)

(Yes)

(Yes)

align

(Yes)

(Yes)

1

(Yes)

(Yes)

(Yes)

Feature

Android

Chrome for Android

Edge mobile

Firefox for Android

IE mobile

Opera Android

iOS Safari

Basic Support

(Yes)

(Yes)

(Yes)

1

(Yes)

(Yes)

(Yes)

align

(Yes)

(Yes)

(Yes)

1

(Yes)

(Yes)

(Yes)

上一篇: 下一篇: