导航
display: table
border
边框cellpadding
单元格内边距cellspacing
单元格边距caption
标题标签 display: table-caption
tr
- table row 表格行标签 display: table-row
th
- table header cell 表头标签 display: table-cell
td
- table data cell 单元格标签 display: table-cell
rowspan
- 合并n行colspan
- 合并n列align
- left | right | center 对齐方式thead
- table head 表格页眉标签 display: table-header-group
tfoot
- table foot 表格页尾标签 display: table-footer-group
tbody
- table body 表格主体标签 display: table-row-group
thead、tfoot、tbody
要写的意义:
thead -> tfoot -> tbody
tfoot
写在 thead
前面,也不会影响它们的显示顺序,thead
还是会在 tfoot
上面显示