---
title: Liste des éléments HTML5
slug: conflicting/Web/HTML/Element
tags:
- Débutant
- Guide
- HTML
- HTML5
- Web
translation_of: Web/HTML/Element
translation_of_original: Web/Guide/HTML/HTML5/HTML5_element_list
original_slug: Web/Guide/HTML/HTML5/Liste_des_éléments_HTML5
---
Cette Page n'est pas encore complète.
Travail progressif basé sur document de travail en court à http://www.whatwg.org/specs/web-apps/current-work/multipage/.
Élément racine
Les éléments racines définissent la structure d'un document HTML. Ils sont présents dans chacune des pages web et se situent à la suite de la déclaration doctype à la première ligne du document HTML. Les éléments de page sont placés à l'intérieur des balises ouvrante <html> et fermante </html>.
| Balise |
Description |
| {{ HTMLElement("html") }} |
L'élément HTML racine (<html>) représente la racine du document HTML. Tout autre élément est un descendant de cet élément racine. |
Métadonnées du document
Les méta-données contiennent les informations liées à la page telles que les styles de présentation et les scripts. Les méta-données de style et de scripts peuvent être définies au sein de la page web ou via un lien pointant vers un fichier.
| Balise |
Description |
| {{ HTMLElement("head") }} |
|
| {{ HTMLElement("title") }} |
|
| {{ HTMLElement("base") }} |
|
| {{ HTMLElement("link") }} |
|
| {{ HTMLElement("meta") }} |
|
| {{ HTMLElement("style") }} |
|
Gestion des scripts
| Balise |
Description |
| {{ HTMLElement("script") }} |
|
| {{ HTMLElement("noscript") }} |
|
Sections
| Balise |
Description |
| {{ HTMLElement("body") }} |
|
| {{ HTMLElement("section") }} |
|
| {{ HTMLElement("nav") }} |
|
| {{ HTMLElement("article") }} |
|
| {{ HTMLElement("aside") }} |
|
<h1>,<h2>,<h3>,<h4>,<h5>,<h6> |
|
| {{ HTMLElement("hgroup") }} |
|
| {{ HTMLElement("header") }} |
|
| {{ HTMLElement("footer") }} |
|
| {{ HTMLElement("address") }} |
|
Contenu de type bloc
| Balise |
Description |
| {{ HTMLElement("p") }} |
|
| {{ HTMLElement("hr") }} |
|
| {{ HTMLElement("pre") }} |
|
| {{ HTMLElement("blockquote") }} |
|
| {{ HTMLElement("ol") }} |
|
| {{ HTMLElement("ul") }} |
|
| {{ HTMLElement("li") }} |
|
| {{ HTMLElement("dl") }} |
|
| {{ HTMLElement("dt") }} |
|
| {{ HTMLElement("dd") }} |
|
| {{ HTMLElement("figure") }} |
|
| {{ HTMLElement("figcaption") }} |
|
| {{ HTMLElement("div") }} |
|
Les sémantiques à un niveau textuel
| Balise |
Description |
| {{ HTMLElement("a") }} |
|
| {{ HTMLElement("em") }} |
|
| {{ HTMLElement("strong") }} |
|
| {{ HTMLElement("small") }} |
|
| {{ HTMLElement("s") }} |
|
| {{ HTMLElement("cite") }} |
|
| {{ HTMLElement("q") }} |
|
| {{ HTMLElement("dfn") }} |
|
| {{ HTMLElement("abbr") }} |
|
| {{ HTMLElement("data") }} |
|
| {{ HTMLElement("time") }} |
|
| {{ HTMLElement("code") }} |
|
| {{ HTMLElement("var") }} |
|
| {{ HTMLElement("samp") }} |
|
| {{ HTMLElement("kbd") }} |
|
| {{ HTMLElement("sub") }},{{ HTMLElement("sup") }} |
|
| {{ HTMLElement("i") }} |
|
| {{ HTMLElement("b") }} |
|
| {{ HTMLElement("u") }} |
|
| {{ HTMLElement("mark") }} |
|
| {{ HTMLElement("ruby") }} |
|
| {{ HTMLElement("rt") }} |
|
| {{ HTMLElement("rp") }} |
|
| {{ HTMLElement("bdi") }} |
|
| {{ HTMLElement("bdo") }} |
|
| {{ HTMLElement("span") }} |
|
| {{ HTMLElement("br") }} |
|
| {{ HTMLElement("wbr") }} |
|
Les éléments d'édition
| Balise |
|
| {{ HTMLElement("ins") }} |
|
| {{ HTMLElement("del") }} |
|
Le contenu inclus
| Balise |
|
| {{ HTMLElement("img") }} |
|
| {{ HTMLElement("iframe") }} |
|
| {{ HTMLElement("object") }} |
|
| {{ HTMLElement("param") }} |
|
| {{ HTMLElement("video") }} |
|
| {{ HTMLElement("audio") }} |
|
| {{ HTMLElement("source") }} |
|
| {{ HTMLElement("track") }} |
|
| {{ HTMLElement("canvas") }} |
|
| {{ HTMLElement("map") }} |
|
| {{ HTMLElement("area") }} |
|
| {{ HTMLElement("svg") }} |
|
| {{ HTMLElement("math") }} |
|
Les données tabulaire
| Balise |
|
| {{ HTMLElement("table") }} |
|
| {{ HTMLElement("caption") }} |
|
| {{ HTMLElement("colgroup") }} |
|
| {{ HTMLElement("col") }} |
|
| {{ HTMLElement("tbody") }} |
|
| {{ HTMLElement("thead") }} |
|
| {{ HTMLElement("tfoot") }} |
|
| {{ HTMLElement("tr") }} |
|
| {{ HTMLElement("td") }} |
|
| {{ HTMLElement("th") }} |
|
| Balise |
|
| {{ HTMLElement("form") }} |
|
| {{ HTMLElement("fieldset") }} |
|
| {{ HTMLElement("legend") }} |
|
| {{ HTMLElement("label") }} |
|
| {{ HTMLElement("input") }} |
|
| {{ HTMLElement("button") }} |
|
| {{ HTMLElement("select") }} |
|
| {{ HTMLElement("datalist") }} |
|
| {{ HTMLElement("optgroup") }} |
|
| {{ HTMLElement("option") }} |
|
| {{ HTMLElement("textarea") }} |
|
| {{ HTMLElement("keygen") }} |
|
| {{ HTMLElement("output") }} |
|
| {{ HTMLElement("progress") }} |
|
| {{ HTMLElement("meter") }} |
|
Les éléments pour l'interactivité
| Balise |
|
| {{ HTMLElement("details") }} |
|
| {{ HTMLElement("summary") }} |
|
| {{ HTMLElement("command") }} |
|
| {{ HTMLElement("menu") }} |
|