This will show you how to write a simple HTML page that displays "Hello World!"
Example:
<html><body><script language=javascript> document.write("Hello World!"); </script></body></html>