0
How can we change the background colour of the table in HTML
I want to change the colour of the table I had created in html .... and putting it as <table bgcolor="#336699"> what is wrong here..
10 Réponses
+ 2
okay no probs
+ 2
I cant see anything wrong in that line of code so would need to see the rest.
+ 2
bgcolor?
try <table style="background-color:red" ></table>
+ 2
and soo...it's inline css.bgColor might not be a table attribute
0
bro rest is not problematic
0
the main thing it this I asked
0
hey bro this works in css
0
I m using html
0
bro bgcolor is attribute of table
0
it's okay I will check it out