Html Code: Table color
You can apply color to your table using CSS. Actually, you can apply any applicable CSS property to your table - not just colors. For example, you can use CSS to apply width, padding, margin, etc
| Table header | Table cell 1 |
|---|---|
| Table cell 2 |
Go to Homepage

