网页中,表示表格高度和宽的的语句是??

来源:百度知道 编辑:UC知道 时间:2024/05/30 04:28:17

假如一个一行一列表格
<table border="1" width="500" height="400">
<tr>
<tb>
一行一列
</tb>
</tr>
</table>
500为宽
400为高
border为表格边框为1

最常用的三个属性....
width和height也以后用50%之类的~!
你试试看

<table>标签里的
width属性: 宽度
heigth属性: 高度