<style>
.www{background-color:grey}
.ccc{background-color:yellow}
</style>
<table>
<tr>
<td id=oo onmouseout=”this.className=’www’” onmouseover=”this.className=’ccc’” width=200 align=center>Berubah Warna</td>
</tr>
</table>
<style>
.www{background-color:grey}
.ccc{background-color:yellow}
</style>
<table>
<tr>
<td id=oo onmouseout=”this.className=’www’” onmouseover=”this.className=’ccc’” width=200 align=center>Berubah Warna</td>
</tr>
</table>