--- title: Document.writeln() slug: Web/API/Document/writeln tags: - API - DOM - Method - Reference translation_of: Web/API/Document/writeln ---

{{ ApiRef("DOM") }}

Écrit une chaine de caractères suivie d'un retour de ligne.

Syntaxe

document.writeln(ligne);

Paramètres

Exemple

document.writeln("<p>Entrez votre mot de passe :</p>");

Notes

document.writeln est identique à {{domxref("document.write")}}, mais ajoute une nouvelle ligne.

Spécifications

Spécification État
{{SpecName("HTML WHATWG", "#dom-document-writeln", "document.writeln()")}} {{Spec2("HTML WHATWG")}}
{{SpecName("DOM2 HTML", "html.html#ID-35318390", "document.writeln()")}} {{Spec2("DOM2 HTML")}}

Compatibilité des navigateurs

{{Compat("api.Document.writeln")}}