This deprecated, presentational element is not recommended. Authors should generally find an alternative way to accomplish the same task while adhering to all best practices, or simply do without it if it is unimportant.
The HTML <xmp></xmp> element is used to create example text. It has been deprecated in favor of the <pre> element, which produces the same result.
Attributes
| Attribute | Value | Description |
|---|---|---|
align |
left right center |
This indicates the horizontal alignment of the content in this block element relative to the browser window. |
- Global Attributes
HTML example:
<xmp>Example text.</xmp>
That gives:
Example text.