CSC103 Javascript Skeleton Program

From dftwiki3
Revision as of 06:46, 6 October 2008 by Thiebaut (talk | contribs) (New page: Back to weekly schedule <code><pre> <html> <head> <title>Skeleton</title> </head> <body> <h1>My first Javascript Program</h1> <script language="JavaScript" ty...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to weekly schedule

<html>
<head>
<title>Skeleton</title>
</head>
<body>
<h1>My first Javascript Program</h1>
<script language="JavaScript" type="text/javascript"><!--

//Enter your code below this line:


//Do not write below this line.
//-->
</script>
</body>
</html>