<table>
  <tr onmouseover="this.bgColor='green'" onmouseout="this.bgColor=''">
    <td>1</td><td>2</td><td>3</td>
  </tr>
</table>