Willkommen !
Ein Text wird bei Mausberührung mit einem Farbfeld hinterlegt.
<table align="center"> <tr> <td> <span onMouseOver="this.style.backgroundColor = 'red';" onMouseOut="this.style.backgroundColor = 'transparent';"> <br><br> <font size="6" color="#000000" face="elephant,times new roman"> Willkommen ! </font> </span> </td> </tr> </table>