目录搜索
Attributesaccesskey (attribute)class (attribute)contenteditable (attribute)contextmenu (attribute)data-* (attribute)dir (attribute)draggable (attribute)dropzone (attribute)Global attributeshidden (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)Elementsaabbraddressareaarticleasideaudiobbasebdibdoblockquotebodybrbuttoncanvascaptioncitecodecolcolgroupdatadatalistdddeldetailsdfndialogdivdldtemembedfieldsetfigcaptionfigurefooterformh1headheaderhrhtmliiframeimginputinput type="button"input type="checkbox"input type="color"input type="date"input type="datetime"-localinput 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"inskbdlabellegendlilinkmainmapmarkmenumenuitemmetameternavnoscriptobjectoloptgroupoptionoutputpparampicturepreprogressqrprtrtcrubyssampscriptsectionselectslotsmallsourcespanstrongstylesubsummarysuptabletbodytdtemplatetextareatfootththeadtimetitletrtrackuulvarvideowbrMiscellaneousAttributesBlock-level elementsCORS enabled imageCORS settings attributesElementInline elementsKinds of HTML contentLink typesMicrodataOptimizing your pages for speculative parsingPreloading contentReferenceSupported media formatsUsing the application cacheObsoleteacronymappletbasefontbigblinkcentercommandcontentdirelementfontframeframesethgroupimageinput type="datetime"isindexkeygenlistingmarqueenextidnoframesplaintextstrikettxmp
文字

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)

上一篇:下一篇: