+ 4
Html
<table border="2"> <tr> <td bgcolor="red">Red</td> <!-- if bg is for background color,why isn't tcolor changingthe blue color below? --> <td tccolor="blue">Blue</td> <td>Green</td> </tr> <tr> <td>Yellow</td> <td colspan="2">Orange</td> </tr> </table>
2 odpowiedzi
+ 7
What is tccolor?
To change background-color 'bgcolor' is used as attribute
//Use CSS instead
+ 2
<td style="background:blue;">