Answers for "html table background color"

CSS
11

table border css

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

how to make the background color of a table white

<table bgcolor="color">
Posted by: Guest on February-15-2021
0

how to add color to table in html

<table bordercolor="red">
Posted by: Guest on May-12-2021

Browse Popular Code Answers by Language