I\'ve run into a problem that with HTML if I want to show some text which is in between arrows, for example, , it won\'t be displayed because i
For future reference: W3C's HTML Document Representation. It describes how to encode characters, and there's a link on that page to the full list of HTML character references.
< and > are the HTML entities you should use in place of less than < and greater than > symbols.
Use < and > in place of the arrows.