Can I create a HTML table width a percentage height but pixel accurate row heights?

后端 未结 8 732
逝去的感伤
逝去的感伤 2021-01-07 05:37

I need to create a table on a web page that has two rows. The table needs to fill the entire page so I have set the height and width of the table to 100% in the CSS styleshe

8条回答
  •  既然无缘
    2021-01-07 05:58

    You have given height only in one column of first row. Try to give height in both the columns or at the row level

提交回复
热议问题