spacing in table css code example
Example 1: table border css
table, th, td {
border: 1px solid black;
}
Example 2: text in centre table css
text-align:center
table, th, td {
border: 1px solid black;
}
text-align:center