DYNAMIC HTML
The point of this script is to change the color of text when mouse is over it.
<p><font face="arial" size="5" id=text1 onmouseover="text1.style.color='red'" onmouseout="text1.style.color = 'black'">Mouse Over Me</font></p>