- 1
Help
<table border="2"> <tr> <td bgcolor="red">Red</td> <td> bgcolor="red">Blue</td> <td>Green</td> </tr> <tr> <td>Yellow</td> <td colspan="2">Orange</td> </tr> </table> at this code i need aseparate box for each color not just red
2 Réponses
0
<td style="background-color: blue;">Blue </td>
- 1
it did nothing