How can i color my table border | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i color my table border

18th Nov 2016, 8:59 PM
JOHN NDIFREKE CORNELIUS
9 Answers
+ 3
you can do it in css table, th, td { border: 1px solid black } where I wrote solid you can also write any border style (outset, inset, etc.) and where I wrote black you can write colors or hex
18th Nov 2016, 9:50 PM
Jeremy Davis
Jeremy Davis - avatar
+ 2
by using <table bordercolor=""></table> Was used to specify the color of table borders
18th Nov 2016, 10:04 PM
Gaurav Purohit
Gaurav Purohit - avatar
0
either way will work fine. I wasn't familiar with the html way. we both learned today. I love this app!
18th Nov 2016, 10:09 PM
Jeremy Davis
Jeremy Davis - avatar
0
would it be better to do that in css though?
18th Nov 2016, 10:10 PM
Jeremy Davis
Jeremy Davis - avatar
0
Jeremy Davis write it for me by using HTML code
19th Nov 2016, 2:10 AM
JOHN NDIFREKE CORNELIUS
0
<table bordercolor="blue"></table> it's not html it's inline css, I believe
19th Nov 2016, 2:15 AM
Jeremy Davis
Jeremy Davis - avatar
0
please jeremy pls I.would like to have your mail address I need to know more about this web design. I.like it that is why I would like to know it
19th Nov 2016, 2:19 AM
JOHN NDIFREKE CORNELIUS
0
am.learning web design using HTML so can you.find someone to write the table background color
19th Nov 2016, 2:20 AM
JOHN NDIFREKE CORNELIUS
0
then study up on sololearn!
19th Nov 2016, 4:17 AM
Jeremy Davis
Jeremy Davis - avatar