The span
attribute is used to define how many
columns will be included in the group. The
col elements inside the element represents
one or more columns in the group. The
colgroup element may only appear inside a
table element.
table false table, i18n, core,
events
Defines a table, a grid of rows, and columns.
Appendix A: Semantic HTML
583
Element
Name Empty?
Frequently used Attributes
or Attribute Groups Description
tbody false i18n, core, events Groups a set of rows containing values (not
headings). One or more tbody sections may
appear in the same table. The tbody element
may only appear inside a table element.
td false cell, cellalign,
i18n, core, events
Defines a cell containing data inside a table.
The td element may only appear inside a tr
element.
tfoot false i18n, core, events Works the same way as tbody but it is used
to group footer rows. The tfoot element
may only appear inside a table element.
th false cell, cellalign,
i18n, core, events
Defines a cell containing a table data header.
Pages:
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083