This cell will turn red |
This cell will turn yellow |
This cell will turn green |
This cell will turn blue |
<table border="1" cellpadding="4" cellspacing="0" width="300" align="center">
<tr>
<td onmouseover="this.style.background='red';" onmouseout="this.style.background='#ffffff';" align="center">This cell will turn<br>red</td>
<td onmouseover="this.style.background='yellow';" onmouseout="this.style.background='#ffffff';" align="center">This cell will turn<br>yellow</td>
</tr>
<tr>
<td onmouseover="this.style.background='green';" onmouseout="this.style.background='#ffffff';" align="center">This cell will turn<br>green</td>
<td onmouseover="this.style.background='blue';" onmouseout="this.style.background='#ffffff';" align="center">This cell will turn<br>blue</td>
</tr>
</table>