I am using the following code. How to put this table in the center of the page using CSS?
You can try using the following CSS:
table { margin: 0 auto; }