From 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:24 +0200 Subject: convert content to md --- files/fr/web/api/document/writeln/index.md | 62 +++++++++++++++--------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'files/fr/web/api/document/writeln') diff --git a/files/fr/web/api/document/writeln/index.md b/files/fr/web/api/document/writeln/index.md index eb06d11321..8c69f2caa7 100644 --- a/files/fr/web/api/document/writeln/index.md +++ b/files/fr/web/api/document/writeln/index.md @@ -8,49 +8,49 @@ tags: - Reference translation_of: Web/API/Document/writeln --- -

{{ ApiRef("DOM") }}

+{{ ApiRef("DOM") }} -

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

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

Syntaxe

+## Syntaxe -
document.writeln(ligne);
-
+ document.writeln(ligne); -

Paramètres

+### Paramètres - +- `ligne` est la chaine de caractère contenant le texte. -

Exemple

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

Entrez votre mot de passe :

"); -

Notes

+## Notes -

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

+**document.writeln** est identique à [{{domxref("document.write")}}](/en-US/docs/Web/API/Document/write), mais ajoute une nouvelle ligne. -

Spécifications

+## 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")}}
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

+## Compatibilité des navigateurs -

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

+{{Compat("api.Document.writeln")}} -- cgit v1.2.3-54-g00ecf