Is there any way that I could display HTML tags without parsing? Tags like XMP worked before perfectly but now it\'s replaced with PRE that isn\'t
XMP
PRE
There isn't.
In theory you could use a CDATA block, but no browser supports that in text/html mode.
Use character references.