|
HTML <listING>
This tag is officially deprecated. That means that this tag is being phased out, and it is strongly suggested that you not use it.
<listING> is an ancient tag which was intended to indicate a long unformatted list.
On many browsers, <listING> works like <XMP>: text is rendered exactly as it
is typed in, including > and <. On other browsers, <listING> works like <PRE ...>: the spacing and carriage returns of the text are maintained, but
the tags still have their effects. Because of the inconsistencies, it is a particularly
good idea to avoid<listING>.
<listING>
Browser Makers
<A HREF="http://www.microsoft.com">Microsoft</A>
W<SUP>3</SUP>3
<FONT SIZE=6>Netscape</FONT>
Service Providers
AOL
CompuServe
</listING>
gives us
Browser Makers
Microsoft
W33
Netscape
Service Providers
AOL
CompuServe
<PLAINTEXT> >
|