Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Javascript: Hello world (web)</title>
- </head>
- <body>
- <h1>Primo programma Javascript</h1>
- <script>
- document.write("<p>Hello, World!</p>\n");
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement