--- title: Document.writeln() slug: Web/API/Document/writeln tags: - API - DOM - Gecko - Referencia - metodo translation_of: Web/API/Document/writeln ---
Grava uma seqüência de texto, seguido por um caractere de nova linha a um documento.
document.writeln(line);
line
document.writeln("<p>enter password:</p>");
document.writeln é o mesmo que document.write mas acrescenta uma nova linha.
NS_ERROR_DOM_NOT_SUPPORTED_ERR
) error on the error console). This is the case if opening a local file with a .xhtml file extension or for any document served with an application/xhtml+xml MIME type. More information is available in the W3C XHTML FAQ.