Possible Duplicate: printing “<html>” using html
How can I put the < symbol literally into html text without invoking html stuffs.
对于 < 使用 <。
<
或者 >代表 >。
>
使用“ <”。类似地,你可以使用“ >”表示 > ,或者“ &”表示 & 。
&
这些被称为 HTML“实体”。你可以了解更多关于它们的 给你