AvailabilityDOM Level 1 HTML Synopsisvoid writeln(String text); Arguments
DescriptionThis 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. See AlsoDocument.writeln( ) in the client-side reference section |