Answers for "th difrent color in table html"

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
0

change td color html

<!-- color_name: It sets the text color by using the color name. For example “red”.
hex_number: It sets the text color by using the color hex code. For example “#0000ff”.
rgb_number: It sets the text color by using the rgb code. For example: “RGB(0, 153, 0)”. -->
Posted by: Guest on July-25-2021

Browse Popular Code Answers by Language