如何在 HTML 标签中打印“<”?

Nan*_*iao 4 html

我想#include <stdio.h><code>标签中打印:

<code>#include <stdio.h></code>
Run Code Online (Sandbox Code Playgroud)

但是上面的代码只输出#include,没有<stdio.h>

#include  
Run Code Online (Sandbox Code Playgroud)

如何在 HTML 标签中打印“<”?