HTMLPreElement Interface


The HTMLPreElement Interface is used for preformatted text.
IDL Definition

Interface HTMLPreElement : HTMLElement {

           attribute  long                  width;
};

Semantic Requirements

  1. The width attribute specifies a fixed width for the content.

If you have comments or suggestions, email me at mbrady@nist.gov