Search w3schools.com:

SHARE THIS PAGE

HTML <pre> width Attribute

HTML pre Tag Reference HTML <pre> tag

Example

Preformatted text with a width of 30 characters:

<pre width="30">
Text in a pre element is displayed in a fixed-width
font, and it preserves both     spaces    and
line breaks
</pre>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The width attribute is only supported by Firefox.


Definition and Usage

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.


Compatibility Notes

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.


Syntax

<pre width="number">

Attribute Values

Value Description
number Sets the width in number of characters


HTML pre Tag Reference HTML <pre> tag

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]