+ 1

Theme: Tables

I have a table in HTML. I want to change the color of the border. Is this possible? If so, how do I do it?

29th Mar 2023, 3:18 PM
đ•ƒđ•šđ•„đ•„đ•đ•–đ•†đ•„đ•„đ•–đ•Ł
đ•ƒđ•šđ•„đ•„đ•đ•–đ•†đ•„đ•„đ•–đ•Ł - avatar
2 RĂ©ponses
+ 4
đ•ƒđ•šđ•„đ•„đ•đ•–đ•†đ•„đ•„đ•–đ•Ł Yes ,it's possible.. Simple method.. Use in CSS border:20px solid black;
29th Mar 2023, 4:03 PM
Darpan kesharwani🇼🇳[Inactive📚]
Darpan kesharwani🇼🇳[Inactive📚] - avatar
+ 2
use the attribute bordercolor="#color_val" in the <table> tag
29th Mar 2023, 3:44 PM
observer
observer - avatar