行数据的HTML表格设计问题

时间:2019-03-08 21:55:08

标签: html html-table

按照图片设计下表时,我遇到了问题: enter image description here

我在下面的表格基本html table tr> td结构中进行了尝试,但没有任何帮助我获得所需的输出。

1 个答案:

答案 0 :(得分:1)

像这样使用0.5属性:

rowspan
#table1 {
  width: 100%;
  border-collapse: collapse;
}
#table1 td {
  border: 1px solid black;
}