css table cell center code example
Example 1: text in centre table css
text-align:center
Example 2: how to place a table in center in css
.center {
margin-left: auto;
margin-right: auto;
}
text-align:center
.center {
margin-left: auto;
margin-right: auto;
}