标签

一.表格标签

1.<table>(代表表格)

.width(表格宽度)(固定像素)(百分比)

.border(边框粗细)

.sellspacing(单元格的边距)

.sellpadding(单元格的间距)

.bordercolor(单元格的颜色)

2。tr(代表行)

3。td(单元格。列)

.width(单元格的宽度)

.height(单元格的高度)

.align(水平对齐方式)(left左对齐)(right右对齐)(center剧中对齐)

.valign(9垂直对齐方式)(top靠上)(bottom靠下)(middle中间)

.bacolor(背景颜色)

.rowspan(合并单元格列)

.colspan(合并单元格列)

4.th:坐表头的(第一行)

原文地址:https://www.cnblogs.com/liuran123/p/5855739.html