HTML DOMPre Object
Pre Object
The Pre object represents an HTML <pre> element.
Access a Pre Object
You can access a <pre> element by using getElementById():
Create a Pre Object
You can create a <pre> element by using the document.createElement() method:
Pre Object Properties
| Property | Description |
|---|---|
| width | Not supported in HTML5. Usestyle.width instead. Sets or returns the value of the width attribute of the preformatted text |
Standard Properties and Events
The Pre object also supports the standardproperties andevents.
Related Pages
HTML Tutorial:HTML Text Formatting
HTML Reference:HTML <pre> tag

