files/en-us/web/html/reference/elements/xmp/index.md
{{deprecated_header}}
The <xmp> HTML element 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.
[!NOTE] Do not use this element.
- It has been deprecated since HTML3.2 and was not implemented in a consistent way. It was completely removed from current HTML.
- Use the {{HTMLElement("pre")}} element or, if semantically adequate, the {{HTMLElement("code")}} element instead. Note that you will need to escape the
<character as<and the&character as&to make sure they are not interpreted as markup.- A monospaced font can also be obtained on any element, by applying an adequate CSS style using
monospaceas the generic-font value for the {{cssxref("font-family")}} property.
This element has no other attributes than the global attributes, common to all elements.
This element implements the {{domxref('HTMLElement')}} interface.
<!-- ## Technical summary -->{{Specifications}}
{{Compat}}
<xmp> but also obsolete.