I would like some help changing the color of the alphabet in my table. Here is the current format:
<table border="1" background="images/haya1.jpg" cellpadding="5" cellspacing="10" width="30%" align="center" bordercolor="brown" bgcolor="red">
<tr>
<th>Name</th>
<th>Subject</th>
<th>Class</th>
</tr>
<tr>
<td rowspan="2">Abdullah</td>
<td>English</td>
<td><b>Five</b></td>
</tr>
<tr>
<td>Urdu</td>
<td><b>Five</b></td>
</tr>
<tr>
<td colspan="3">Abdullah Declared as Fail</td>
</tr>
</table>