How to set the table border color in HTML? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How to set the table border color in HTML?

I used bgcolor="" within the border tag and whole table became black. Please help

10th Jun 2019, 2:29 PM
Mohit Uniyal
Mohit Uniyal - avatar
2 Respostas
+ 8
Unfortuantely, the methods of changing border colors in HTML is quickly becoming obselete in many browers. Now we use CSS. For example . table{ border: 1px solid black; } Hope this helps!!
10th Jun 2019, 2:36 PM
River
River - avatar
+ 7
Satnam Singh The HTML way is not supported in some browers now. Best to get into habit of CSS šŸ˜
10th Jun 2019, 2:41 PM
River
River - avatar