Answers for "Write an html tag to create a table border of 3"

CSS
11

table border css

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

Code answers related to "Write an html tag to create a table border of 3"

Browse Popular Code Answers by Language