aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/document/createelement/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/document/createelement/index.md')
-rw-r--r--files/fr/web/api/document/createelement/index.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/files/fr/web/api/document/createelement/index.md b/files/fr/web/api/document/createelement/index.md
index e68fb79530..98fcfd0f37 100644
--- a/files/fr/web/api/document/createelement/index.md
+++ b/files/fr/web/api/document/createelement/index.md
@@ -1,13 +1,6 @@
---
title: document.createElement
slug: Web/API/Document/createElement
-tags:
- - API
- - Création
- - DOM
- - Document
- - Elements
- - Méthodes
translation_of: Web/API/Document/createElement
---
{{APIRef("DOM")}}
@@ -68,7 +61,7 @@ function addElement () {
}
```
-{{EmbedLiveSample("Basic_example", 500, 50)}}
+{{EmbedLiveSample("Exemple_de_base", 500, 50)}}
### Exemple de composant web