+ 1
How can i color my table border
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
+ 2
by using <table bordercolor=""></table>
Was used to specify the color of table borders
0
either way will work fine. I wasn't familiar with the html way. we both learned today. I love this app!
0
would it be better to do that in css though?
0
Jeremy Davis write it for me by using HTML code
0
<table bordercolor="blue"></table>
it's not html it's inline css, I believe
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
0
am.learning web design using HTML so can you.find someone to write the table background color
0
then study up on sololearn!