Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>First Javascript</title>
- <script language="Javascript" type="text/Javascript">
- function hello_world()
- {
- document.write("Hello World from Javascript !!!");
- }
- </script>
- </head>
- <body>
- <a href="javascript:hello_world();">Hello</a>
- <p>Javascript Example<p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment