css style put a div at the center of a table body code example
Example: how to center the table horizontally css
table
{
margin-left: auto;
margin-right: auto;
}
table
{
margin-left: auto;
margin-right: auto;
}