I've run into a problem that with HTML if I want to show some text which is in between arrows, for example, <UIKit/UIKit.h>
, it won't be displayed because it thinks it's a tag not text.
I have tried:
<p><UIKit/UIKit.h></p>
But that doesn't work either, how do you get around this?