/*
JavaScript Unleashed, Third Edition
by Richard Wagner and R. Allen Wyke
ISBN: 067231763X
Publisher Sams CopyRight 2000
*/
<html>
<head>
<title>JavaScript Unleashed</title>
</head>
<body>
<h2>
<script type="text/javascript">
<!--
document.writeln("Company Picnic!".fontcolor("crimson"));
// -->
</script>
</h2>
<h4>
<script type="text/javascript">
<!--
document.writeln("July 19th at 1pm".fontcolor("blue"));
document.writeln("<br>" + "Bring your family!".fontcolor("#008000"));
// -->
</script>
</h4></body>
</html>
|