CSC103 Javascript Skeleton Program

From dftwiki3
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>