Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>First Javascript</title>
- </head>
- <body>
- <script language="Javascript" type="text/Javascript">
- // Output to the browser
- document.write("Hello World from Javascript<p>");
- document.write("This is my first javascript program.<p>");
- </script>
- <p>Javascript Example<p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment