Friday, July 12, 2013

Hello World Java Script Example

Hello World Java Script Example

<html>
<head>
<title>
      JavaScript Example 
</title>
</head>
<script language="javascript">
        document.write("Hello World!")
document.write("<marquee/><h6/>Hello World!");
     <!--This is comment -->
 </script>

<body>
  </body>
</html>

Out Put


0 comments :