Změna barvy textu po najetí myší -
zdrojový kód
<html>
<head>
<title>Java Script ze stránky - www.jaknaweb.com</title>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p align="center"><font face="Arial CE, Arial" size="4" onmouseover="this.style.color ='red';" onmouseout="this.style.color='black';">Tvorba www</font></p>
<p align="center"><font face="Arial CE, Arial" size="4" onmouseover="this.style.color ='blue';" onmouseout="this.style.color='black';">http://www.jaknaweb.com</font></p>
<p align="center"><font face="Arial CE, Arial" size="4" onmouseover="this.style.color ='green';" onmouseout="this.style.color='black';">Vše pro tvorbu webu.</font></p>
</body>
</html>