From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/document/writeln/index.html | 56 ---------------------------- files/fr/web/api/document/writeln/index.md | 56 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 files/fr/web/api/document/writeln/index.html create mode 100644 files/fr/web/api/document/writeln/index.md (limited to 'files/fr/web/api/document/writeln') diff --git a/files/fr/web/api/document/writeln/index.html b/files/fr/web/api/document/writeln/index.html deleted file mode 100644 index eb06d11321..0000000000 --- a/files/fr/web/api/document/writeln/index.html +++ /dev/null @@ -1,56 +0,0 @@ ---- -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")}}

diff --git a/files/fr/web/api/document/writeln/index.md b/files/fr/web/api/document/writeln/index.md new file mode 100644 index 0000000000..eb06d11321 --- /dev/null +++ b/files/fr/web/api/document/writeln/index.md @@ -0,0 +1,56 @@ +--- +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")}}

-- cgit v1.2.3-54-g00ecf