Theme: Tables | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

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 ответов
+ 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
I am offline
I am offline - avatar