The Table Layout property helps in setting the layout type for a table in HTML. There are different property values for Table Layout such as Fixed, Auto and Inherit.
Example
table
{
table-layout:inherit;
}
In the above example the value inherit specifies that the value of the table-layout property should be inherited from the parent element.
Chat with our AI personalities