Advertisement
piffy

hello_world_javascript

Sep 12th, 2014 (edited)
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <head>
  3.     <title>Javascript: Hello world (web)</title>
  4. </head>
  5. <body>
  6. <h1>Primo programma Javascript</h1>
  7. <script>
  8.      document.write("<p>Hello, World!</p>\n");
  9. </script>
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement