Characters such as lt; and gt; cannot be placed in text verbatim or it will be recogized as HTML tags. However, there is an ambiguity whenever placed with <pre> </pre> blocks as below:
 a = (int) (5 > 2 && ( 6 == 1));

and more importantly, this pseudo-tag  would be
arbitrarily interpreted by Browsers.