aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/document/elementfrompoint/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/document/elementfrompoint/index.html')
-rw-r--r--files/fr/web/api/document/elementfrompoint/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/document/elementfrompoint/index.html b/files/fr/web/api/document/elementfrompoint/index.html
index 6a4a1f9dfd..8028725d21 100644
--- a/files/fr/web/api/document/elementfrompoint/index.html
+++ b/files/fr/web/api/document/elementfrompoint/index.html
@@ -19,7 +19,7 @@ original_slug: Web/API/DocumentOrShadowRoot/elementFromPoint
<li><code>x</code> et <code>y</code> spécifient les coordonnées à vérifier.</li>
</ul>
<h3 id="Exemple">Exemple</h3>
-<pre>&lt;html&gt;
+<pre class="brush: html">&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Exemple d'utilisation d'elementFromPoint&lt;/title&gt;