Preformatted text with a width of 30 characters:
![]()
The width attribute is only supported by Firefox.
The <pre> width attribute is not supported in HTML5. Use CSS instead.
The width attribute of <pre> is deprecated in HTML 4.01.
The width attribute specifies the maximum number of characters per line.
The width attribute of <pre> is deprecated in HTML 4.01. Use CSS instead.
CSS syntax: <div style="width:200px;overflow:auto"><pre>Some text</pre></div>
CSS Example: Pre-formatted text with a fixed width
In our CSS tutorial you can find more details about the width property.
Tip: The overflow property adds a scrollbar if the width of the text exceeds the width of the surrounding element.
| Value | Description |
|---|---|
| number | Sets the width in number of characters |
HTML <pre> tag
Your message has been sent to W3Schools.