Html table - which column will give?

When you have a table in which you explicitly define the width by <td>, and the total amount is greater than the existing width with which you must play. what determines which column will decrease and which will provide the width td?

+3
source share
3 answers

Two table rendering algorithms are recommended in Appendix B of the HTML 4.01 specification.

+2
source

If I understand your question, you can apply the width as a percentage and save one of the columns as automatic width (do not apply any width to it).

+1
source

, , .

? ?

-1
source

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


All Articles