4. Obsolete and Proposed Features
This section describes elements that are no longer part of HTML. Client implementors should implement these obsolete elements for compatibility with previous versions of the HTML specification.
Example of use:
<HP1>first highlighted phrase</HP1>non highlighted text<HP2>second highlighted phrase</HP2> etc.
The Plain Text element is used to terminates the HTML entity and to indicate that what follows is not SGML which does not require parsing. Instead, an old HTTP convention specified that what followed was an ASCII (MIME "text/plain") body. Its presence is an optimization. There is no closing tag.
Example of use:
<PLAINTEXT> 0001 This is line one of a long listing 0002 file from <ANY@HOST.INC.COM> which is sent
The Example element and Listing element have been replaced by the Preformatted Text element.
These styles allow text of fixed-width characters to be embedded absolutely as is into the document. The syntax is:
<LISTING> ... </LISTING>or
<XMP> ... </XMP>The text between these tags is typically rendered in a monospaced font so that any formatting done by character spacing on successive lines will be maintained.
Between the opening and closing tags:
Generated with CERN WebMaker