July 1998
Intermediate to advanced
1456 pages
65h 5m
English
WIDTH — NN n/a IE n/a HTML 4
WIDTH=”columnCount"Optional
The HTML 4.0 specification introduces the WIDTH
attribute to allow setting a maximum number of characters to be
rendered on a preformatted line of text. Presumably, browsers that
support this attribute in the future will wrap lines so that words do
not break in the middle. Without this attribute, the source code
formatting governs the line width. Navigator provides this
functionality with the COLS attribute.
<PRE WIDTH=80>...</PRE>
Any positive integer.
None.
Read now
Unlock full access