标签: html
我有一个纯文本是程序输出,但我想在html页面中显示它。但是我仍然希望保留格式(如空格/制表符/输入等),它就像stackoverflow的代码块一样,如何在html中正确显示?感谢
答案 0 :(得分:2)
使用" pre"和#34;代码" HTML标记:
<pre><code> code in here... </code></pre>
答案 1 :(得分:1)
<code> the program</code>