How to move a table to the center of the page code example Example: how to place a table in center in css .center { margin-left: auto; margin-right: auto; }