Source Code

<!-- Writing on screen -->

writeln will add a space also at the end of each words.

<html>
<
head>
<
title>Write</title>
<
/head>
<
body>

<script language="Javascript">
<!-- HIDE FROM OTHER BROWSERS
document.writeln("One,");
document.writeln("Two,");
document.write("Three,");
document.write("Four,");
//STOP HIDING-->

</script>

</body>
<
/html>

 

 

Send mail to santhosh_emids@yahoo.com with questions or comments about this web site.
Last modified: November 16, 2000