<html> <head> <title>Hello World Javascript Example</title> </head> <body> <script type="text/javascript"> alert("Hello, World"); </script> </body> </html>