Computer Studies
Write short notes on Table Background
HTML Advanced Features
13 Likes
Answer
We can also set a background color of the table. By default, the table background color is white. We can use the attribute bgcolor. It sets the background color of the table or just one cell.
Syntax:
<TABLE BGCOLOR = "COLOR">
Example:
<TABLE BGCOLOR = "PINK">
Answered By
11 Likes