Height 100%...">

How to give 100% height for table in html5

How to give 100% height for the table,

<table border="1" style="height:100%"><tr> <td>Height 100%</td></tr> </table> 

I tried this, but did not accept 100% of the height, can someone help me

+6
source share
1 answer

Give your body a height of 100% and the table will follow it - http://jsfiddle.net/R3h3p/

+7
source

Source: https://habr.com/ru/post/921190/


All Articles