Javascript examples for Language Basics:Introduction
A Simple Inline Script
<!DOCTYPE HTML> <html> <head> <title>Example</title> </head> <body> <script type="text/javascript"> document.writeln("Hello"); </script> </body> </html>/*from ww w .j ava 2 s. c om*/