Tagged Questions
-1
votes
2answers
85 views
Why was the xmp HTML tag deprecated? [closed]
Possible Duplicate:
<XMP> Tag
I know that it is deprecated of course, and I know how to work around it by using the <pre> tag, <code> tag, and escapes for <>.
My ...