There is a simple way to set the color of tables: use the bgcolor attribute of tag <table>.
However, this method is not a good approach since it is deprecated in HTML5.
So we need to set the color with CSS.
There is a simple way to set the color of tables: use the bgcolor attribute of tag <table>.