表格table th,td 文字顶部对齐
<th valign="top"></th>
<td valign="top"></td>
cellpadding:规定单元边沿与其内容之间的空白。
cellspacing:规定单元格之间的空白
表格tr边框需要给table加一个属性
table{
border-collapse: collapse;
}
表格table th,td 文字顶部对齐
<th valign="top"></th>
<td valign="top"></td>
cellpadding:规定单元边沿与其内容之间的空白。
cellspacing:规定单元格之间的空白
表格tr边框需要给table加一个属性
table{
border-collapse: collapse;
}