Thursday, 06 November 2008
-
Javascript Format Example
<html>
<head>
<title>our javascript example page</title>
<script language=”javascript”>
document.write(“JavaScript is cool”);
</script>
</head>
<body>
<h1>our example script in a header tag</h1>
</body>
</html>



Post a Comment