预格式文本预格式文本<html> <body> <pre>这是预格式文本。它保留了 空格和换行。</pre> <p>pre 标签很适合显示计算机代码:</p> <pre>for i = 1 to 10 print inext i</pre> </body></html>