我有一张像这样的桌子:
<table>
<tr>
<td>This is at the top of the page</td>
</tr>
<tr>
<td>This is at the bottom of the page</td>
</tr>
</table>
如何使第一行位于页面顶部,第二行位于页面底部?
我尝试使用position:absolute
and top:0px
,但它让我无法在表格中放置彩色背景和边框......