Preformatted text:
![]()
The <pre> tag is supported in all major browsers.
The <pre> tag defines preformatted text.
Text in a <pre> element is displayed in a fixed-width font (usually Courier), and it preserves both spaces and line breaks.
Tip: Use the <pre> element when displaying text with unusual formatting, or some sort of computer code.
The "width" attribute is deprecated in HTML 4.01, and is not supported in HTML5.
| Attribute | Value | Description |
|---|---|---|
| width | number | Not supported in HTML5. Deprecated in HTML 4.01. Specifies the maximum number of characters per line |
The <pre> tag also supports the Global Attributes in HTML.
The <pre> tag also supports the Event Attributes in HTML.
Your message has been sent to W3Schools.