JavsSCript introduction tutorial code example
Example: javascript tutorial
<html>
<body>
<script language = "javascript" type = "text/javascript">
<!--
document.write("Hello World!")
//-->
</script>
</body>
</html>