how to position a table in the center with css code example Example: how to place a table in center in css .center { margin-left: auto; margin-right: auto; }