Does anyone remember the XMP tag?
XMP
What was it used for and why was it deprecated?
I still use the xmp tag for debugging var_dump(); in PHP. I just can't remember to use the pre tag for some reason.
xmp
var_dump();
pre
I think it doesn't really matter because if you really want to output text, you should use textarea with the readonly attribute.
textarea
readonly