SOURCE

console 命令行工具 X clear

                    
>
console
document.write("<pre>Javascript");
document.write("css");
document.write("HTML</pre>");

document.write("<br/>");

//writeln可以进行操作换行符
document.writeln("<pre>Javascript");
document.writeln("css");
document.writeln("HTML</pre>");
<!DOCTYPE html> 
<html>
<head>
    <meta charset="utf-8" />
    <title></title>
    <script>
    </script>
</head>
<body>

</body>
</html>