Answers for "table border styles and align= center"

CSS
11

table border css

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

how to align table in html

.centerTable { margin: 0px auto; }
Posted by: Guest on June-23-2020

Browse Popular Code Answers by Language