主题:如何让他沉底
我在做网页的表格的时候,输入了好几行字,可后来发现最后一行字下面还有很多行空间来空出来,现在我想让这个表格里的最后一行文字到表格的最底端去,代码应该怎么写,我这里只写了部分的代码
<table>
<tr>
<td>
<p align=center><strong>Last Modified: 2004年9月</strong></p>
<p align=center><strong>© 2004 某某某</strong></p>
<p align=center> </p>
</td>
</tr>
</table>
希望会的人教教我
<table>
<tr>
<td>
<p align=center><strong>Last Modified: 2004年9月</strong></p>
<p align=center><strong>© 2004 某某某</strong></p>
<p align=center> </p>
</td>
</tr>
</table>
希望会的人教教我

您所在位置:
