diff options
Diffstat (limited to 'files/fr/web/api/window/document/index.html')
-rw-r--r-- | files/fr/web/api/window/document/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/window/document/index.html b/files/fr/web/api/window/document/index.html index 1fc02df5ad..70769ed0b9 100644 --- a/files/fr/web/api/window/document/index.html +++ b/files/fr/web/api/window/document/index.html @@ -11,11 +11,11 @@ translation_of: Web/API/Window/document --- <div>{{APIRef}}</div> -<p><span class="seoSummary"><strong><code>window.document</code></strong> renvoie une référence au <a href="/en-US/docs/Web/API/document">document</a> contenu dans la fenêtre.</span></p> +<p><strong><code>window.document</code></strong> renvoie une référence au <a href="/en-US/docs/Web/API/document">document</a> contenu dans la fenêtre.</p> <h2 id="Exemple">Exemple</h2> -<pre class="brush: js notranslate">console.log(window.document.title); +<pre class="brush: js">console.log(window.document.title); </pre> <h2 id="Spécifications">Spécifications</h2> |