I've got a very basic question. But I can not get this working correctly.
This is my table structure.
<table style="width:100%;">
<tr style="background-color:#000;">
<td style="color:#fff;">
Fruits
</td>
</tr>
<tr>
<td>
Lychee
</td>
<td>
Mango
</td>
<td>
Papaya
</td>
<td>
Banana
</td>
</tr>
</table>
How can I get he output to be as