如何打印"<"在HTML标签?

时间:2015-06-11 08:12:53

标签: html

我想在#include <stdio.h>代码中打印<code>

<code>#include <stdio.h></code>

但上述代码仅输出#include,而不是<stdio.h>

#include  

我如何打印&#34;&lt;&#34;在HTML标签?

2 个答案:

答案 0 :(得分:4)

逃脱http://www.freeformatter.com/html-escape.html#ad-output

&lt;code&gt;#include &lt;stdio.h&gt;&lt;/code&gt;

答案 1 :(得分:1)

尝试使用&lt;&gt; #include <stdio.h>