+ 1
hey guys, i want to ask if there was a way to change the border-color of a table in html
html
5 Answers
+ 1
<TABLE BORDER=10 BORDERCOLOR=RED>
But, this attribute is obsolete and should not be used. Browser support for this attribute is limited and using it may produce unexpected results. Instead of bordercolor, use CSS to style tables.
+ 1
And for CSS you should have a look here:
https://www.w3schools.com/css/css_border_color.asp
+ 1
thanks so much
+ 1
it worked
0
the two options actually worked