document.write("\tLet\'s see
what happens with the PRE tags!\n");
document.writeln("One,");
document.writeln("Two,");
document.write("Three ");
document.write("...");
</SCRIPT>
</PRE>
<SCRIPT LANGUAGE="JavaScript">
document.write("\tLet\'s see
what happens without the PRE tags!\n");
document.writeln("One,");
document.writeln("Two,");
document.write("Three ");
document.write("...");