Tables
The elements of this section are used to define tabular contents. A table element may contain rows as
immediate children or inside table groups that are contained in the table; the table element supports
multiple groups for headers, footers, and bodies. Each row can contain content cells or header cells.
Columns can be grouped semantically in two ways: putting them inside a colgroup element or using
one or more col elements to share common attributes.
Element
Name Empty?
Frequently used Attributes
or Attribute Groups Description
caption false i18n, core, events Defines the caption of the table that contains
it. It is usually rendered by the browsers
above the table contents.
col true span, width,
cellalign, i18n,
core, event
Is used to associate the same attributes to a
set of columns. To group columns
structurally use the colgroup element. The
col element may only appear inside a
colgroup element.
colgroup false span, width,
cellalign, i18n,
core, events
Is used to group a set of columns.
Pages:
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082