Tagged Questions

0
votes
5answers
2k views

<XMP> Tag

Does anyone remember the XMP tag? What was it used for and why was it depreciated?
-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 ...