how to align table in html

HTML
left: It sets the left align to the table.
right: It sets the right align to the table.
center: It sets the center align to the table..centerTable { margin: 0px auto; }
Source

Also in HTML: