diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-15 21:40:53 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 21:55:31 +0100 |
commit | 7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (patch) | |
tree | 1e5d89ff08a80c6a5311b703cd11c2e91b342622 /files/fr/glossary/head/index.md | |
parent | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (diff) | |
download | translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.gz translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.bz2 translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.zip |
move *.html to *.md
Diffstat (limited to 'files/fr/glossary/head/index.md')
-rw-r--r-- | files/fr/glossary/head/index.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/files/fr/glossary/head/index.md b/files/fr/glossary/head/index.md new file mode 100644 index 0000000000..96eb076338 --- /dev/null +++ b/files/fr/glossary/head/index.md @@ -0,0 +1,22 @@ +--- +title: En-tête +slug: Glossary/Head +tags: + - En-têtes + - Encodage + - Glossaire + - HTML + - métadonnée +translation_of: Glossary/Head +original_slug: Glossaire/En-tête +--- +<p>L'<strong>en-tête</strong><strong> </strong>est la partie d'un document {{glossary("HTML")}} qui contient les {{glossary("métadonnée","métadonnées")}} qui le concernent, comme son auteur, sa description et des liens vers des fichiers {{glossary("CSS")}} ou {{glossary("JavaScript")}} qui s'appliquent au HTML.</p> + +<h2 id="Pour_approfondir">Pour approfondir</h2> + +<h3 id="En-tête_HTML">En-tête HTML</h3> + +<ul> + <li>Référence sur l'élément {{htmlelement("head")}} sur MDN</li> + <li><a href="/fr/Apprendre/HTML/Introduction_%C3%A0_HTML/The_head_metadata_in_HTML">La balise HTML <head></a> dans la zone d'apprentissage du MDN</li> +</ul> |