0

How give another color to your table ?

For example: if I want my table to have a black color and my writings are white

5th Feb 2017, 8:25 AM
hacker
2 Answers
+ 2
<table style="background-color:black; color:white"></table>
5th Feb 2017, 8:35 AM
totoro
totoro - avatar
+ 2
// or CSS table { background-color: black; color: white; }
5th Feb 2017, 8:37 AM
totoro
totoro - avatar