J'ai fait ce script :
<html>
<head>
</head>
<body>
<table border="1" width="100%" onmouseover="this.style.color='blue'" onmouseout="this.style.color='black'">
<tr>
<td width="33%">Bonjour</td>
<td width="33%">salut</td>
<td width="34%">au revoir</td>
</tr>
</table>
</body>
</html>
Jsman 