Answers for "how to change background color in html of table"

1

table border color in html

<!--To change the border's color for a table use the bordercolor attribute-->
<table bordercolor="#ff00ff">
</table>

<!--Another relevant attribute is the bgcolor one, which can be used for background color-->
Posted by: Guest on February-19-2022

Code answers related to "how to change background color in html of table"

Browse Popular Code Answers by Language