Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. HTML
  3. Reference
  4. Elements
  5. <xmp>

<xmp>

Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see thecompatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

Summary

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<pre> element or, if semantically adequate, the<code> element instead. Note that you will need to escape the< character as&lt; and the& character as&amp; to make sure they are not interpreted as markup.
  • A monospaced font can also be obtained on any element, by applying an adequateCSS style usingmonospace as the generic-font value for thefont-family property.

Attributes

This element has no other attributes than theglobal attributes, common to all elements.

DOM interface

This element implements theHTMLElement interface.

Specifications

Specification
HTML
# xmp

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp