Example text  - <XMP>   -  </XMP>

Previous- WBR - Soft line break

Description
Displays text in a fixed width typeface, for displaying example code. This is now deprecated and it is recommended to use the PRE or SAMP tags instead for identical results.
Attributes
NameValuesDescription
classclassnameClass of the element which is used to associate the element with a style sheet.
event_namescript_codeDefines script to run on event such as OnMouseOver
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
stylestringSpecifies style information for the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.

Example
this would be <xmp>example text</xmp> if you had any particular reason to use it.
Will be displayed as :
this would be example text if you had any particular reason to use it.

Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
NO YES YES YES YES YES YES YES YES

Previous- WBR - Soft line break