如何将纯文本转换为html但保持显示格式?

时间:2016-09-13 01:35:42

标签: html

我有一个纯文本是程序输出,但我想在html页面中显示它。但是我仍然希望保留格式(如空格/制表符/输入等),它就像stackoverflow的代码块一样,如何在html中正确显示?感谢

2 个答案:

答案 0 :(得分:2)

使用" pre"和#34;代码" HTML标记:

<pre><code>   code in here...  </code></pre>

答案 1 :(得分:1)

<code> the program</code>