summaryrefslogtreecommitdiffhomepage
path: root/fr-fr/HTML-fr.html.markdown
diff options
context:
space:
mode:
authorAdam <adam@adambard.com>2016-02-12 23:04:31 -0800
committerAdam <adam@adambard.com>2016-02-12 23:04:31 -0800
commitf3b10beb01795bf7513ec8d06c9e90ab98df7a83 (patch)
tree0d5621e1ad3c7e0d934e235895a27046642540ef /fr-fr/HTML-fr.html.markdown
parent5aa692f5f3bbfa7b79224748dcfd8ca5fba7a8bc (diff)
Clean up various errors
Diffstat (limited to 'fr-fr/HTML-fr.html.markdown')
-rw-r--r--fr-fr/HTML-fr.html.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/fr-fr/HTML-fr.html.markdown b/fr-fr/HTML-fr.html.markdown
index fdde9107..4d2da921 100644
--- a/fr-fr/HTML-fr.html.markdown
+++ b/fr-fr/HTML-fr.html.markdown
@@ -5,6 +5,7 @@ contributors:
- ["Christophe THOMAS", "https://github.com/WinChris"]
lang: fr-fr
---
+
HTML signifie HyperText Markup Language.
C'est un langage (format de fichiers) qui permet d'écrire des pages internet.
C’est un langage de balisage, il nous permet d'écrire des pages HTML au moyen de balises (Markup, en anglais).
@@ -17,7 +18,7 @@ Comme tous les autres langages, HTML a plusieurs versions. Ici, nous allons parl
Cet article porte principalement sur la syntaxe et quelques astuces.
-```HTML
+```html
<!-- Les commentaires sont entouré comme cette ligne! -->
<!-- #################### Les balises #################### -->