August 2006
Intermediate to advanced
1018 pages
34h 13m
English
HTMLDocument.writeln( ): append HTML text and a newline to an open document — DOM Level 0
void writeln(Stringtext);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 may be
useful when writing the content of a <pre> tag, for example.
HTMLDocument.write(
)
Read now
Unlock full access