diff options
Diffstat (limited to 'files/fr/web/api/document/elementfrompoint/index.html')
-rw-r--r-- | files/fr/web/api/document/elementfrompoint/index.html | 2 |
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><html> +<pre class="brush: html"><html> <head> <title>Exemple d'utilisation d'elementFromPoint</title> |