back

Table-Layout

Table-Layout specifies which algorithm is used to lay out table cells, rows, and columns.


The options are:
(1) Auto, the default value, it means that the tables layout will depend on its content.
(2) Fixed, this means that the layout of the table depends on the table and column width, not the contents of the cells. It allows the browser to render the table faster.


Example