<PRE>...</PRE>
This element allows you to show preformatted text as it is, using the supplied
whitespace of the text.
<!ELEMENT PRE - - (%inline;)* -(%pre.exclusion;) -- preformatted text -->
<!ATTLIST PRE
%attrs; -- %coreattrs, %i18n, %events --
>
from the HTML 4.0 DTD,
"Copyright ©
World Wide Web Consortium,
(Massachusetts Institute of Technology,
Institut National de Recherche en Informatique et en Automatique,
Keio University).
All Rights Reserved."
Core attributes:
class
id
style
title
Internationalization attributes:
dir
lang
Events:
onclick
ondblclick
onmousedown
onmouseup
onmouseover
onmousemove
onmouseout
onkeypress
onkeydown
onkeyup
COLS
Specify the maximum number of characters that may be displayed per line.
WIDTH
Specify the maximum number of characters that may be displayed per line.
WRAP
This turns wrapping on, so lines that don't fit inside the browser window are
wrapped to the next line.
 |
<PRE width="40">
Filename Size Date Description
--------------------------------------------------------------------------
FILE_ID.DIZ 470 15-03-95 01:00 The latest in software design.
README 1604 17-03-95 15:43
PROGRAM.ZIP 247531 15-03-95 01:00
INSTALL.EXE 19440 15-03-95 01:00
</PRE>
|
|
 |
Filename Size Date Description
--------------------------------------------------------------------------
FILE_ID.DIZ 470 15-03-95 01:00 The latest in software design.
README 1604 17-03-95 15:43
PROGRAM.ZIP 247531 15-03-95 01:00
INSTALL.EXE 19440 15-03-95 01:00
|