//document.write document.writeln --空个格
document.write("Javascipt");
document.write("CSS");
document.write("HTML");
document.write("<br/>");
//换行
document.writeln("Javascipt");
document.writeln("CSS");
document.writeln("HTML");
document.write("<pre>Javascipt");
document.write("CSS");
document.write("HTML</pre>");
document.write("<br/>");
//换行
document.writeln("<pre>Javascipt");
document.writeln("CSS");
document.writeln("HTML</pre>");