B.12 Line and Page Breaking
B.12.1 Line Breaking
The advisory line breaking commands \linebreak
and
\nolinebreak
are null commands.
The \\
and \\*
commands output a <BR>
element,
except inside arrays where the close the current row.
Their optional argument is ignored.
The \newline
command outputs a <BR>
element.
All other line breaking commands, declarations or environments are
silently ignored.
B.12.2 Page Breaking
They are no pages in the physical sense in HTML. Thus, all these
commands are ignored.