reenadak

2019-05-13_Javascript Tutorial 0100

Oct 18th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2.     <head>
  3.         <title>First Javascript</title>
  4.     </head>
  5.     <body>
  6.        
  7. <script language="Javascript" type="text/Javascript">
  8.     // Output to the browser
  9.     document.write("Hello World from Javascript<p>");
  10.     document.write("This is my first javascript program.<p>");
  11. </script>
  12.  
  13. <p>Javascript Example<p>
  14.  
  15.     </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment