Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
The HTML Example Element (<xmp>
) renders text between the start and end tags without interpreting the HTML in between and using a monospaced font. The HTML2 specification recommended that it should be rendered wide enough to allow 80 characters per line.
<pre>
element or, if semantically adequate, the <code>
element instead. Note that you will need to escape the '<
' character as '<
' to make sure it is not interpreted as markup.monospace
as the generic-font value for the font-family
property.This element has no other attributes than the global attributes, common to all elements.
This element implements the HTMLElement
interface.
Implementation note: up to Gecko 1.9.2 inclusive, Firefox implements the HTMLSpanElement
interface for this element.
Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | Yes | Yes | Yes1 | Yes | Yes | Yes |
Feature | Android webview | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
---|---|---|---|---|---|---|---|
Basic support | Yes | Yes | Yes | Yes1 | Yes | Yes | Yes |
1. Before Firefox 4, this element implemented the HTMLSpanElement
interface instead of the standard HTMLElement
interface.
<pre>
and <code>
elements to be used instead.<plaintext>
and <listing>
elements, similar to <xmp>
but also obsolete.
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/xmp