Answers for "spacing in table css"

CSS
11

table border css

table, th, td {
  border: 1px solid black;
}
Posted by: Guest on April-14-2020
1

text in centre table css

text-align:center
Posted by: Guest on January-16-2021

Browse Popular Code Answers by Language