BACKGROUND COLORS
copy the code save as .html
<html>
<body>
<center>
[<a href="/" onMouseOver="document.bgColor='Green'">GREEN</a>]
[<a href="/" onMouseOver="document.bgColor='Red'">RED</a>]
[<a href="/" onMouseOver="document.bgColor='orange'">orange</a>]
[<a href="/" onMouseOver="document.bgColor='green'">brightgreen</a>]
[<a href="/" onMouseOver="document.bgColor='seagreen'">seagreen</a>]
</center>
</body>
</html>
Comments
Post a Comment