following that convetion, you first script will write a string of text to a web page
Writing a hello world script in javascript:
step 1. open your text editor (like notepad if you have windows)
step 2. copy and paste the following code into a blank notepad
<HTML>
<BODY>
<SCRIPT Language="Javascript">
<!--
document.write ("Hello World. This Is A Webune Script Written In Javascript!");
//-->
</SCRIPT
</BODY>
</HTML>
<BODY>
<SCRIPT Language="Javascript">
<!--
document.write ("Hello World. This Is A Webune Script Written In Javascript!");
//-->
</SCRIPT
</BODY>
</HTML>
step3. save this file as webune-javascript.html and open it with your web browser. you should see a single like of text that was written with Javascript