Syntax | selector {table-layout: value;}
|
---|---|
Usage | The table-layout property is used to specify the type of algorithm that will be used to layout the table. This property is specified by using a keyword according to the syntax shown above. |
Keywords |
|
Applies To | Elements that have a display property value of table or inline-table. |
Inherited | No |
Initial Value | auto |
The table-layout properties are set to auto and fixed. |