November 2001
Intermediate to advanced
936 pages
68h 43m
English
HTMLDocument.writeln( ) — append HTML text and a newline to an open document
DOM Level 1 HTML
void writeln(String text);text
The HTML text to be appended to the document.
This method is like HTMLDocument.write( ), except
that it follows the appended text with a newline character, which can
be useful when writing the content of a
<pre> tag, for example.
Document.writeln( ) in the client-side reference section