A. 在html中怎樣控製表格的寬度
參考代抄碼如下:
<tableborder="1"width="960px">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<tdwidth="500px">固定寬襲度</td>
<tdwidth="460px">固定寬度</td>
</tr>
<tr>
<td>固定寬度</td>
<td>固定寬度</td>
</tr>
</table>
定義和用法
width 屬性規定表格單元格的寬度。
通常,單元格佔用的空間就是它顯示內容需要的空間。width 屬性用於為單元格設置預定義的寬度。