explain how can we set the background colour for the table row and cell in the HTML document
Answers
Answered by
22
Explanation:
- The background color of the table is set by the bgcolor="color" attribute to the <table> tag.
- The background color of a table row is set by using the <tr> tag.
- The background color of a cell in a table is set by using either in <td> or <th> tag.
Answered by
6
Explanation:
place your cursor in the table column or row.
click the design tab under table tool
click the shading button in the table styles group
choose an color and it will be applied on the selected column table or row
Similar questions